summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-10-07 15:28:59 +0200
committerJohannes Dewender2013-10-07 15:28:59 +0200
commit8e7f72e5fb2b90be8abb49d4e1c9f3409e5f5662 (patch)
tree40956c7a984abaa42adc54c35316b46248c54eef
parent622ecf061d0734bdcc2d2885583d4628fa5d77ba (diff)
downloadaur-8e7f72e5fb2b90be8abb49d4e1c9f3409e5f5662.tar.gz
dh-autoreconf: add dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c079e181faf..ba3b2452176f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = dh-autoreconf
pkgdesc = debhelper add-on to call autoreconf and clean up after the build
pkgver = 9
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/dh-make
arch = any
license = GPL
depends = debhelper
depends = perl
+ depends = autoconf
+ depends = automake
+ depends = gettext
+ depends = libtool
source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_9.tar.gz
md5sums = 8ee1d5b7f31c36de89ec37c81ae54973
diff --git a/PKGBUILD b/PKGBUILD
index b9f7144ab435..d37516714f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=dh-autoreconf
pkgver=9
-pkgrel=1
+pkgrel=2
pkgdesc="debhelper add-on to call autoreconf and clean up after the build"
arch=('any')
url="http://packages.debian.org/sid/dh-make"
license=('GPL')
-depends=('debhelper' 'perl')
+depends=('debhelper' 'perl' 'autoconf' 'automake' 'gettext' 'libtool')
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.gz)
md5sums=('8ee1d5b7f31c36de89ec37c81ae54973')