upgpkg: dh-make 2.202003-1

upstream release
This commit is contained in:
Luca Weiss
2021-01-05 23:19:46 +01:00
parent 2c43ce7985
commit 50e597e1a2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = dh-make
pkgdesc = Tool that converts source archives into Debian package source
pkgver = 2.202002
pkgver = 2.202003
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.202002.tar.xz
sha512sums = 3f5adfd5ea1c8585821e3c4742ea654bd1d48f36e99d95805c1a659e803b882933ce0f36b0fb1402d473cf5a8a7852682e2d89f0534ab49c3d23f8740fe3a3eb
source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.202003.tar.xz
sha512sums = 03d95091321628e13c27bdbdbf4e0c26024bcb1a93d04a981d7df95e326305c691846949c7bcdaf4f9b579558e767ab8b55182fecdb7fd67c8aca371316488cc
pkgname = dh-make

View File

@@ -3,7 +3,7 @@
# Contributor: Bartosz Feński <fenio@debian.org>
pkgname=dh-make
pkgver=2.202002
pkgver=2.202003
pkgrel=1
pkgdesc="Tool that converts source archives into Debian package source"
arch=('any')
@@ -11,7 +11,7 @@ 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=('3f5adfd5ea1c8585821e3c4742ea654bd1d48f36e99d95805c1a659e803b882933ce0f36b0fb1402d473cf5a8a7852682e2d89f0534ab49c3d23f8740fe3a3eb')
sha512sums=('03d95091321628e13c27bdbdbf4e0c26024bcb1a93d04a981d7df95e326305c691846949c7bcdaf4f9b579558e767ab8b55182fecdb7fd67c8aca371316488cc')
package() {
cd "$srcdir/$pkgname-$pkgver"