From ec3048a566aae79a6a51c975c179fdafa91ea32b Mon Sep 17 00:00:00 2001 From: xiota Date: Sun, 29 Dec 2024 18:18:01 +0000 Subject: [PATCH] 13.23 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4036af1..7bdaaad 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.22 + pkgver = 13.23 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper arch = any @@ -11,9 +11,9 @@ pkgbase = debhelper depends = perl-pod-parser optdepends = dh-make: convert source archives into Debian package source conflicts = dh-strip-nondeterminism - source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.22 + source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.23 source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git - sha256sums = 3f97ed69464ffa0161172c6a1b9a659cedeac37f1c507c10b50a8ca001277a8e + sha256sums = 93d7e8dcb201c214ddda00aa83b11a69e2dbccc6084f9d051349bdc932ab03b0 sha256sums = SKIP pkgname = debhelper diff --git a/PKGBUILD b/PKGBUILD index 5bd7c1f..4f7a5ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _pkgname="debhelper" pkgname="$_pkgname" -pkgver=13.22 +pkgver=13.23 pkgrel=1 pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages" url="https://salsa.debian.org/debian/debhelper" @@ -27,7 +27,7 @@ optdepends=( _source_main() { _pkgsrc="$_pkgname" source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver") - sha256sums=('3f97ed69464ffa0161172c6a1b9a659cedeac37f1c507c10b50a8ca001277a8e') + sha256sums=('93d7e8dcb201c214ddda00aa83b11a69e2dbccc6084f9d051349bdc932ab03b0') } _source_dh_strip_nd() {