summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-10-13 16:21:33 +0200
committerGiovanni Santini2015-10-13 16:21:33 +0200
commit70b420090cd32ec29e3881419802e68993e973af (patch)
treeee6ee2103e35d392a829f814f200b9acad980c1b
parente3877d2032351f11d45f37cca0d2a16e3825e845 (diff)
downloadaur-70b420090cd32ec29e3881419802e68993e973af.tar.gz
upgpkg: devscripts 2.15.8-2
Adding perl-timedate as depends, used for some scripts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e5dbbb6683..2a95bbb21950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.15.8
- pkgrel = 1
+ pkgrel = 2
url = http://packages.qa.debian.org/d/devscripts.html
install = devscripts.install
arch = any
@@ -20,6 +20,7 @@ pkgbase = devscripts
depends = perl
depends = debianutils
depends = debhelper
+ depends = perl-timedate
optdepends = sensible-utils: for sensible alternative selection
options = !makeflags
source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.8.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 5fe90c59240b..0a23749bf11f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=devscripts
pkgver=2.15.8
-pkgrel=1
+pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('any')
url="http://packages.qa.debian.org/d/devscripts.html"
license=('GPL2')
-depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper')
+depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate')
optdepends=('sensible-utils: for sensible alternative selection')
makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-desktopentry' 'perl-file-basedir' 'perl-parse-debcontrol' 'python-setuptools')
options=('!makeflags')