summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-01-23 23:17:18 -0800
committerxiota2024-01-23 23:17:18 -0800
commitf633155533808398565b6a0c18eb7e3cbe472ed5 (patch)
tree1e82362e06cfbb29f33254045503b6d87ba6ba8a
parent14437aa7822a72570e4c292e1927ab3c31d37182 (diff)
downloadaur-f633155533808398565b6a0c18eb7e3cbe472ed5.tar.gz
13.11.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb0eb707caef..ff63c491a6f1 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.11.9
+ pkgver = 13.11.10
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.11.9
- source = dh_strip_nondeterminism::https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/raw/master/bin/dh_strip_nondeterminism?inline=false
+ source = git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.11.10
+ source = dh_strip_nondeterminism::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 f784ababe446..e98959c9188d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname="debhelper"
pkgname="$_pkgname"
-pkgver=13.11.9
+pkgver=13.11.10
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"
@@ -53,7 +53,7 @@ fi
provides+=("dh-strip-nondeterminism")
conflicts+=("dh-strip-nondeterminism")
-source+=("dh_strip_nondeterminism"::"$_url_dh_strip_nondeterminism/-/raw/master/bin/dh_strip_nondeterminism?inline=false")
+source+=("dh_strip_nondeterminism"::"$_url_dh_strip_nondeterminism/-/raw/master/bin/dh_strip_nondeterminism")
sha256sums+=('SKIP')
build() {