2.201608
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,9 +1,9 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Sun May 8 15:15:55 UTC 2016
|
||||
# Sun Oct 16 16:37:07 UTC 2016
|
||||
pkgbase = dh-make
|
||||
pkgdesc = tool that converts source archives into Debian package source
|
||||
pkgver = 2.201606
|
||||
pkgrel = 2
|
||||
pkgver = 2.201608
|
||||
pkgrel = 1
|
||||
url = http://packages.debian.org/sid/dh-make
|
||||
arch = any
|
||||
license = GPL
|
||||
@@ -11,8 +11,8 @@ pkgbase = dh-make
|
||||
depends = perl
|
||||
depends = make
|
||||
depends = python2-enum34
|
||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201606.tar.xz
|
||||
sha256sums = a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec
|
||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201608.tar.xz
|
||||
sha256sums = 50c9930d06caae27577408636dd4dac1f75ea5c9577bfec809a49257d21ce020
|
||||
|
||||
pkgname = dh-make
|
||||
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -1,15 +1,15 @@
|
||||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||
pkgname=dh-make
|
||||
pkgver=2.201606
|
||||
pkgrel=2
|
||||
pkgver=2.201608
|
||||
pkgrel=1
|
||||
pkgdesc="tool that converts source archives into Debian package source"
|
||||
arch=('any')
|
||||
url="http://packages.debian.org/sid/dh-make"
|
||||
license=('GPL')
|
||||
depends=('dpkg' 'perl' 'make' 'python2-enum34')
|
||||
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
|
||||
sha256sums=('a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec')
|
||||
sha256sums=('50c9930d06caae27577408636dd4dac1f75ea5c9577bfec809a49257d21ce020')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user