This commit is contained in:
xiota 2026-02-21 20:25:18 +00:00
parent 5db3bd9b61
commit 8dbd98e400
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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'
)