From f47dfa3cbfa34ab25fe78403f89511625cab0ed2 Mon Sep 17 00:00:00 2001 From: xiota Date: Thu, 21 Sep 2023 04:01:44 -0700 Subject: [PATCH] Update to 13.11.5 --- .SRCINFO | 6 +++--- PKGBUILD | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 20b9e66..73db8bc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = debhelper pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks - pkgver = 13.11.4 - pkgrel = 2 + pkgver = 13.11.5 + pkgrel = 1 url = https://salsa.debian.org/debian/debhelper.git/ arch = any license = GPL2 @@ -20,7 +20,7 @@ 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.11.4 + source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.11.5 source = dh_strip_nondeterminism::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism?inline=false md5sums = SKIP md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 78b7be0..24237d1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,13 @@ +# Maintainer: # Contributor: Justin Vreeland # Contributor: Antoine Lubineau # Contributor: Charles Pigott # Contributor: Andrei "Garoth" Thorp -pkgname=debhelper -pkgver=13.11.4 -pkgrel=2 +_pkgname=debhelper +pkgname="$_pkgname" +pkgver=13.11.5 +pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any') url="https://salsa.debian.org/debian/debhelper.git/"