summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2015-11-01 00:20:52 -0700
committerPatrick McCarty2015-11-01 00:20:52 -0700
commit6240d2b794a084c19a5c439eaaedf91fbb8f292f (patch)
tree233abfa1f4e0d6b21e5bc027137ca68dbb54b3a2
parent5a2a4bfd00a8bd3077dd1713ab6df0e9332b865d (diff)
downloadaur-6240d2b794a084c19a5c439eaaedf91fbb8f292f.tar.gz
Resolve namcap error (missing python2 dep)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 528a520208e7..ff361ce8982b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A C implementation of createrepo, a tool to create yum repositories"
arch=('i686' 'x86_64')
license=('GPL')
url='https://fedorahosted.org/createrepo_c/'
-depends=('rpm-org' 'libxml2' 'curl' 'glib2')
+depends=('rpm-org' 'libxml2' 'curl' 'glib2' 'python2')
makedepends=('cmake' 'doxygen' 'python2-sphinx' 'sqlite' 'zlib')
source=("https://github.com/rpm-software-management/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('adc2e8243153e3e7f39bc82f1ec26f93caa9770c25ee57b5ae2b92cb24732014')