v2.201701

This commit is contained in:
Luca Weiss
2017-12-29 21:42:49 +01:00
parent 061ceb2204
commit 149ee15ea1
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
# Generated by mksrcinfo v8
# Sun Oct 16 16:37:07 UTC 2016
pkgbase = dh-make pkgbase = dh-make
pkgdesc = tool that converts source archives into Debian package source pkgdesc = tool that converts source archives into Debian package source
pkgver = 2.201608 pkgver = 2.201701
pkgrel = 1 pkgrel = 1
url = http://packages.debian.org/sid/dh-make url = http://packages.debian.org/sid/dh-make
arch = any arch = any
@@ -11,8 +9,8 @@ pkgbase = dh-make
depends = perl depends = perl
depends = make depends = make
depends = python2-enum34 depends = python2-enum34
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201608.tar.xz source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201701.tar.xz
sha256sums = 50c9930d06caae27577408636dd4dac1f75ea5c9577bfec809a49257d21ce020 sha256sums = ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7
pkgname = dh-make pkgname = dh-make

View File

@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net # Contributor: Johannes Dewender arch at JonnyJD dot net
# Contributor: Bartosz Feński <fenio@debian.org> # Contributor: Bartosz Feński <fenio@debian.org>
pkgname=dh-make pkgname=dh-make
pkgver=2.201608 pkgver=2.201701
pkgrel=1 pkgrel=1
pkgdesc="tool that converts source archives into Debian package source" pkgdesc="tool that converts source archives into Debian package source"
arch=('any') arch=('any')
@@ -9,7 +9,7 @@ url="http://packages.debian.org/sid/dh-make"
license=('GPL') license=('GPL')
depends=('dpkg' 'perl' 'make' 'python2-enum34') depends=('dpkg' 'perl' 'make' 'python2-enum34')
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz) source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
sha256sums=('50c9930d06caae27577408636dd4dac1f75ea5c9577bfec809a49257d21ce020') sha256sums=('ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7')
package() { package() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"