upgpkg: dh-make 2.202001-1

upstream release
This commit is contained in:
Luca Weiss
2020-03-05 12:16:43 +01:00
parent c4db87afe3
commit 44846f368d
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.201903 pkgver = 2.202001
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.201903.tar.xz source = https://deb.debian.org/debian/pool/main/d/dh-make/dh-make_2.202001.tar.xz
sha256sums = 5746bb96240b46bece1536e7fe4d1f7348a8cd99bc2abd3076136101c44699b3 sha512sums = 5abe7aed33e956af8a1fd4b07aa32408cebdc17dfe555efb445c47879b63efd2e04601eec15789e70d7493954b9d099e8572c6bb2e15c28327a3c5a20e0451e4
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.201903 pkgver=2.202001
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=('5746bb96240b46bece1536e7fe4d1f7348a8cd99bc2abd3076136101c44699b3') sha512sums=('5abe7aed33e956af8a1fd4b07aa32408cebdc17dfe555efb445c47879b63efd2e04601eec15789e70d7493954b9d099e8572c6bb2e15c28327a3c5a20e0451e4')
package() { package() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"