summarylogtreecommitdiffstats
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
parenta0a102b34048735992b9759be0c510913721e76a (diff)
downloadaur-62b4571578f6c463739f9eb4c824fa517cc82209.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d0a73c5907..d3fb51607dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 21:35:23 UTC 2017
+# Sat Sep 30 20:09:08 UTC 2017
pkgbase = multistrap
pkgdesc = A more flexible debootstrap
pkgver = 2.2.9
- pkgrel = 1
+ pkgrel = 2
url = https://packages.qa.debian.org/m/multistrap.html
arch = any
license = GPL3
makedepends = po4a
depends = perl
+ depends = perl-config-auto
+ depends = perl-parse-debian-packages
conflicts = multistrap-git
source = git+https://git.dgit.debian.org/multistrap#tag=debian/2.2.9
sha512sums = SKIP
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}")