summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2020-10-05 13:29:09 +0200
committerGiovanni Santini2020-10-05 13:29:44 +0200
commiteeb045f394713575017b2c6d1787dbc8d4232a47 (patch)
tree3fad0a203c543c5ef46e5a8cf5938f61fcbe8732 /PKGBUILD
parent841c4332db499ab46040d6cb5632654d919eb27f (diff)
downloadaur-eeb045f394713575017b2c6d1787dbc8d4232a47.tar.gz
upgpkg: devscripts 2.19.7-2
- Adding missing Perl dependency for build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18a61da76e11..2b519702c76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=devscripts
pkgver=2.19.7
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64')
url="https://tracker.debian.org/pkg/devscripts"
@@ -25,6 +25,7 @@ makedepends=(
'perl-libwww'
'perl-list-compare'
'perl-parse-debcontrol'
+ 'perl-pod-parser'
'perl-timedate'
'po4a'
'python-setuptools'