summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2017-11-17 20:02:37 +0100
committerlarchunix2017-11-17 20:02:37 +0100
commitf1cbdbaa0b686c0276be7fc8cf0ab8d1089b75ce (patch)
treee74f09fe5d021b3bc6b87418f7d9dacc56724fa8 /PKGBUILD
parentfff5932ca13b79928fb00a3bcb0ec616afcbf5b7 (diff)
downloadaur-f1cbdbaa0b686c0276be7fc8cf0ab8d1089b75ce.tar.gz
Add missing dependency on python-pyroute2 package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5d45c8f4daa..fd341851fbb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ _pkgver=1.4.7
_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' 'python-distro')
+depends=('distribution-gpg-keys' 'python' 'python-distro' 'python-pyroute2')
((_with_usermode)) && depends+=('usermode')
optdepends=('createrepo_c: for mockchain command'
'dnf-plugins-core: to create RPMs for Fedora >= 24 and for Mageia'