summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2023-02-14 14:17:34 +0100
committerGiovanni Santini2023-02-14 14:17:34 +0100
commitcceb365221a003d1d3701fab128f6983d429304f (patch)
tree182f4cc0a6b8dc84b3ad0d3a30409986a4d89f44
parent16db11a30eccc6c9759a01f4cc84c08b2746bea2 (diff)
downloadaur-cceb365221a003d1d3701fab128f6983d429304f.tar.gz
upgpkg: devscripts 2.23.1-1
- Version bump.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee876ddaabc5..4ec2b261521e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
- pkgver = 2.23.0
+ pkgver = 2.23.1
pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts
arch = i686
@@ -36,9 +36,9 @@ pkgbase = devscripts
optdepends = perl-ipc-run: Required for uscan
optdepends = perl-lwp-protocol-https: Required for uscan
options = !makeflags
- source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.0.tar.xz
+ source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.1.tar.xz
source = fixes.patch
- sha256sums = 564eb0d251fc2c76c4008c8fb38652d23d08fc24db98976d07a0d19997c10142
+ sha256sums = 54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
pkgname = devscripts
diff --git a/PKGBUILD b/PKGBUILD
index 9078c97a59c6..53fde433eea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
-pkgver=2.23.0
+pkgver=2.23.1
pkgrel=1
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@ source=(
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
fixes.patch
)
-sha256sums=('564eb0d251fc2c76c4008c8fb38652d23d08fc24db98976d07a0d19997c10142'
+sha256sums=('54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){