summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2017-02-08 20:04:04 +0100
committerlarchunix2017-02-08 20:04:04 +0100
commit4c2a56cfc2b7f5a3f16f9b6e3112c6844b9da0b5 (patch)
tree79ee62a89bc118f75ba1e8baa0c4f0f8e36edd2d /PKGBUILD
parent78ea7a3a927b960ccc4f0b32a36b5603d57dd301 (diff)
downloadaur-4c2a56cfc2b7f5a3f16f9b6e3112c6844b9da0b5.tar.gz
Add missing dependency on python-distro package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 549b4fe647bc..be20bd63e4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ _pkgver=1.3.3
_rpmrel=1
_pkgtag=$pkgname-$_pkgver-$_rpmrel
pkgver=$_pkgver.$_rpmrel
-pkgrel=1
+pkgrel=2
pkgdesc="A simple chroot build environment manager for building RPMs"
url="https://github.com/rpm-software-management/$pkgname"
arch=('any')
license=('GPL2')
-depends=('distribution-gpg-keys' 'python')
+depends=('distribution-gpg-keys' 'python' 'python-distro')
((_with_usermode)) && depends+=('usermode')
optdepends=('createrepo_c: for mockchain command'
'dnf-plugins-core: to create RPMs for Fedora >= 24 and for Mageia'