diff --git a/.SRCINFO b/.SRCINFO index 6bb2abe..f1716b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = dh-make pkgdesc = Tool that converts source archives into Debian package source - pkgver = 2.202102 - pkgrel = 2 + pkgver = 2.202303 + pkgrel = 1 url = https://salsa.debian.org/debian/dh-make arch = any license = GPL @@ -9,7 +9,7 @@ pkgbase = dh-make depends = dpkg depends = make depends = python - source = git+https://salsa.debian.org/debian/dh-make.git#tag=debian/2.202102 + source = git+https://salsa.debian.org/debian/dh-make.git#tag=debian/2.202303 sha512sums = SKIP pkgname = dh-make diff --git a/PKGBUILD b/PKGBUILD index 7c23e75..f2d3318 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,12 @@ -# Maintainer: peeweep at 0x0 dot ee +# Maintainer: Luiz Amaral +# Contributor: peeweep at 0x0 dot ee # Contributor: Luca Weiss # Contributor: Johannes Dewender arch at JonnyJD dot net # Contributor: Bartosz Feński pkgname=dh-make -pkgver=2.202102 -pkgrel=2 +pkgver=2.202303 +pkgrel=1 pkgdesc="Tool that converts source archives into Debian package source" arch=('any') url="https://salsa.debian.org/debian/dh-make"