upgpkg: dh-make 2.201901-1

upstream release
This commit is contained in:
Luca Weiss
2019-08-17 13:45:07 +02:00
parent c7bdd3a96f
commit d79fc71760
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
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.201802 pkgver = 2.201901
pkgrel = 1 pkgrel = 1
url = http://packages.debian.org/sid/dh-make url = http://packages.debian.org/sid/dh-make
arch = any arch = any
@@ -8,8 +8,8 @@ pkgbase = dh-make
depends = dpkg depends = dpkg
depends = make depends = make
depends = python depends = python
source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.201802.tar.xz source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.201901.tar.xz
sha256sums = f6ef9175bafc79d8fb9b5e5847c3f9916d0575cc7180fcb5c085e6ebe9504d76 sha256sums = c4c248fd1fea21e6d8869f73ef122bf0233df713d6004583e69946dc023d33ff
pkgname = dh-make pkgname = dh-make

View File

@@ -3,7 +3,7 @@
# Contributor: Bartosz Feński <fenio@debian.org> # Contributor: Bartosz Feński <fenio@debian.org>
pkgname=dh-make pkgname=dh-make
pkgver=2.201802 pkgver=2.201901
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')
@@ -11,7 +11,7 @@ url="http://packages.debian.org/sid/dh-make"
license=('GPL') license=('GPL')
depends=('dpkg' 'make' 'python') depends=('dpkg' 'make' 'python')
source=(https://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz) source=(https://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
sha256sums=('f6ef9175bafc79d8fb9b5e5847c3f9916d0575cc7180fcb5c085e6ebe9504d76') sha256sums=('c4c248fd1fea21e6d8869f73ef122bf0233df713d6004583e69946dc023d33ff')
package() { package() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"