summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2021-06-10 23:26:14 +0200
committerGiovanni Santini2021-06-10 23:26:14 +0200
commitd86c229e41114f9c8ee05fab6489bd7f7909eb68 (patch)
treee90a99a5e233d3bd8b9739911c27d621d5b7d8cb /PKGBUILD
parent0ccbc6e72bcf872e98d39d5758286debcb140c97 (diff)
downloadaur-d86c229e41114f9c8ee05fab6489bd7f7909eb68.tar.gz
upgpkg: devscripts 2.21.2-1
- Updated the patch for newer devscripts: https://github.com/ItachiSan/linux_packaging/issues/8 - Added missing optdepts for `uscan`: https://github.com/ItachiSan/linux_packaging/issues/9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c405e5065dc..44164c3f8979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
-pkgver=2.21.1
+pkgver=2.21.2
pkgrel=1
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64')
@@ -31,14 +31,16 @@ makedepends=(
)
optdepends=(
'debian-keyring: Required for commands interacting with the system / user keyring'
+ 'perl-file-touch: Required for uscan'
+ 'perl-file-dirlist: Required for uscan'
)
options=('!makeflags')
source=(
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
fixes.patch
)
-sha256sums=('d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52'
- 'e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717')
+sha256sums=('c32db3f5b62c30d4ac77724c1ab2eb241eb4b9a1d9ea24bd762eba4d6b07ed32'
+ 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){
cd "$pkgname-$pkgver"