summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-23 20:57:41 +0000
committerxiota2024-03-23 20:57:41 +0000
commit02f15982f1b90ce36828c21f654e61d9078e7eb0 (patch)
treef634b20d34da698ca7e71bccd9cef9a2644d0fc4
parent90b12aeb2925eb5889bafed9909dca3a8b185f80 (diff)
downloadaur-02f15982f1b90ce36828c21f654e61d9078e7eb0.tar.gz
13.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a4edcf8a49a..0cda60264346 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.14.1
- pkgrel = 2
+ pkgver = 13.15.1
+ pkgrel = 1
url = https://salsa.debian.org/debian/debhelper
arch = any
license = GPL-2.0-or-later
@@ -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.14.1
- source = dh_strip_nondeterminism-dh_13.14.1::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.15.1
+ source = dh_strip_nondeterminism-dh_13.15.1::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 e41342516cdc..fc3d74a69722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ unset _pkgtype
## basic info
_pkgname="debhelper"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=13.14.1
-pkgrel=2
+pkgver=13.15.1
+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"
license=('GPL-2.0-or-later')