summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanne Heß2017-09-30 22:09:09 +0200
committerJanne Heß2017-09-30 22:09:09 +0200
commit62b4571578f6c463739f9eb4c824fa517cc82209 (patch)
tree7f13492115ae76072729c69f4f6501763b37e8a8 /PKGBUILD
parenta0a102b34048735992b9759be0c510913721e76a (diff)
downloadaur-62b4571578f6c463739f9eb4c824fa517cc82209.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb89811f6a70..694802a7857a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=multistrap
pkgver=2.2.9
-pkgrel=1
+pkgrel=2
pkgdesc='A more flexible debootstrap'
url='https://packages.qa.debian.org/m/multistrap.html'
license=('GPL3')
-depends=('perl')
+depends=('perl' 'perl-config-auto' 'perl-parse-debian-packages')
makedepends=('po4a')
conflicts=("${pkgname}-git")
source=("git+https://git.dgit.debian.org/multistrap#tag=debian/${pkgver}")