diff --git a/.SRCINFO b/.SRCINFO index 3ccb5b2..9a40a57 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = dh-make pkgdesc = Tool that converts source archives into Debian package source - pkgver = 2.202001 + pkgver = 2.202002 pkgrel = 1 url = http://packages.debian.org/sid/dh-make arch = any @@ -8,8 +8,8 @@ pkgbase = dh-make depends = dpkg depends = make depends = python - source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.202001.tar.xz - sha512sums = 5abe7aed33e956af8a1fd4b07aa32408cebdc17dfe555efb445c47879b63efd2e04601eec15789e70d7493954b9d099e8572c6bb2e15c28327a3c5a20e0451e4 + source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.202002.tar.xz + sha512sums = 3f5adfd5ea1c8585821e3c4742ea654bd1d48f36e99d95805c1a659e803b882933ce0f36b0fb1402d473cf5a8a7852682e2d89f0534ab49c3d23f8740fe3a3eb pkgname = dh-make diff --git a/PKGBUILD b/PKGBUILD index 638a0ee..eea5a2c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Bartosz Feński pkgname=dh-make -pkgver=2.202001 +pkgver=2.202002 pkgrel=1 pkgdesc="Tool that converts source archives into Debian package source" arch=('any') @@ -11,11 +11,11 @@ url="http://packages.debian.org/sid/dh-make" license=('GPL') depends=('dpkg' 'make' 'python') source=(https://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz) -sha512sums=('5abe7aed33e956af8a1fd4b07aa32408cebdc17dfe555efb445c47879b63efd2e04601eec15789e70d7493954b9d099e8572c6bb2e15c28327a3c5a20e0451e4') +sha512sums=('3f5adfd5ea1c8585821e3c4742ea654bd1d48f36e99d95805c1a659e803b882933ce0f36b0fb1402d473cf5a8a7852682e2d89f0534ab49c3d23f8740fe3a3eb') package() { cd "$srcdir/$pkgname-$pkgver" - install -D dh_make "$pkgdir"/usr/bin/dh_make + install -D dh_make.py "$pkgdir"/usr/bin/dh_make install -d "$pkgdir"/usr/share/debhelper/dh_make cp -a lib/* "$pkgdir"/usr/share/debhelper/dh_make/ install -Dm644 dh_make.1 "$pkgdir"/usr/share/man/man8/dh_make.8