diff --git a/.SRCINFO b/.SRCINFO index bec9d3458c862..1ba4b21b9cb8f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = debhelper pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages - pkgver = 13.29 + pkgver = 13.30 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper arch = any @@ -10,9 +10,9 @@ pkgbase = debhelper depends = dpkg depends = perl-pod-parser optdepends = dh-make: convert source archives into Debian package source - source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.29 + source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.30 source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git - sha256sums = b9cbedda1d2e202b8883251daf0479b7a89dcd7d4837533bf5a9ef9745382bb4 + sha256sums = 7216b37670661233f5d0d421969392abd231162e856f36fa86ae30359cb189f0 sha256sums = SKIP pkgname = debhelper diff --git a/PKGBUILD b/PKGBUILD index 0e6147f04ede8..5bdb76f8257c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _pkgname="debhelper" pkgname="$_pkgname" -pkgver=13.29 +pkgver=13.30 pkgrel=1 pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages" url="https://salsa.debian.org/debian/debhelper" @@ -31,7 +31,7 @@ source=( "$_pkgsrc_dh_strip_nd"::"git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git" ) sha256sums=( - 'b9cbedda1d2e202b8883251daf0479b7a89dcd7d4837533bf5a9ef9745382bb4' + '7216b37670661233f5d0d421969392abd231162e856f36fa86ae30359cb189f0' 'SKIP' )