summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinuxer2020-07-01 15:24:55 +0300
committerlinuxer2020-07-01 15:24:55 +0300
commit945ffe3d8025c96c41218ecb7b073f649a9cdb53 (patch)
tree94b1ab1b8b0ed581ac83bb517d1602bc76cea88f
parentd053ce8d48a7f920aceeebe90b31f7306d62bc90 (diff)
downloadaur-945ffe3d8025c96c41218ecb7b073f649a9cdb53.tar.gz
perl-pod-parser added to package dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77eb22eae2ff..0909e305047f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = debhelpergit
depends = man-db>=2.5.1
depends = perl>=5.6.0
depends = po-debconf
+ depends = perl-pod-parser
optdepends = dh-make
source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 961fd870cb93..8b3ec6fb172a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="A collection of programs that can be used in a debian/rules file to aut
arch=('any')
url="https://salsa.debian.org/debian/debhelper.git/"
license=('GPL2' 'GPL3')
-depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
+depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf' 'perl-pod-parser')
makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23' 'git')
optdepends=('dh-make')
source=("git+https://salsa.debian.org/debian//debhelper.git#tag=debian/$pkgver")