summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-24 21:00:21 +0000
committerxiota2024-03-24 21:00:21 +0000
commitcb4a364e55fc43fab39fea08e7249047f6ea6cbc (patch)
treee64d7673a5b46119c0b180bbc7ea8e2e4781ddb7
parent02f15982f1b90ce36828c21f654e61d9078e7eb0 (diff)
downloadaur-cb4a364e55fc43fab39fea08e7249047f6ea6cbc.tar.gz
13.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cda60264346..99b2936ff0dc 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.1
+ pkgver = 13.15.2
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.1
- source = dh_strip_nondeterminism-dh_13.15.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.2
+ source = dh_strip_nondeterminism-dh_13.15.2::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 fc3d74a69722..b6bcaed7634f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ unset _pkgtype
## basic info
_pkgname="debhelper"
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=13.15.1
+pkgver=13.15.2
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"