This commit is contained in:
xiota 2025-09-27 06:04:00 +00:00
parent d1beeee06b
commit 7314af21d8
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.26
pkgver = 13.28
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.26
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.28
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
sha256sums = 5ee8275f007862574bff5655902b8faf1bf834a7ffadb1bb19a508500229c737
sha256sums = bceb828f78479fc038124946f24829603d976cf10788b523f4b1674d3915df23
sha256sums = SKIP
pkgname = debhelper

View file

@ -5,7 +5,7 @@
_pkgname="debhelper"
pkgname="$_pkgname"
pkgver=13.26
pkgver=13.28
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=(
'5ee8275f007862574bff5655902b8faf1bf834a7ffadb1bb19a508500229c737'
'bceb828f78479fc038124946f24829603d976cf10788b523f4b1674d3915df23'
'SKIP'
)