From 2a8c59f4fbfcb85448fe9316b68f243687e20191 Mon Sep 17 00:00:00 2001 From: xiota Date: Thu, 20 Jun 2024 09:24:26 +0000 Subject: [PATCH] 13.16 --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 41d3339..ac56277 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = debhelper pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks - pkgver = 13.15.3 + pkgver = 13.16 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper arch = any @@ -12,8 +12,8 @@ pkgbase = debhelper optdepends = dh-make: convert source archives into Debian package source provides = dh-strip-nondeterminism conflicts = dh-strip-nondeterminism - source = git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.15.3 - source = dh_strip_nondeterminism-dh_13.15.3::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism + source = git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.16 + source = dh_strip_nondeterminism-dh_13.16::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism sha256sums = SKIP sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 0feb0d6..8b7768c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ _pkgname="debhelper" pkgname="$_pkgname" -pkgver=13.15.3 +pkgver=13.16 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" url="https://salsa.debian.org/debian/debhelper"