summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLoen2016-06-22 20:09:15 +0000
committerLoen2016-06-22 20:09:15 +0000
commit24bf609a0fd82aa514acce48bf2e8b367b1aed68 (patch)
treeb14326652c208381bbbad17a2342184f5bd4d1c3 /PKGBUILD
parentcccbbe461ffea495e7cb47fb1a4996d3e8720067 (diff)
downloadaur-24bf609a0fd82aa514acce48bf2e8b367b1aed68.tar.gz
Corrected makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06a494e1e15a..e4124618b685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ pkgdesc='C-based metadata parser to quickly parse xml metadata into sqlite datab
arch=('i686' 'x86_64')
license=('GPL')
url='http://yum.baseurl.org/download/yum-metadata-parser/'
-depends=('python2' 'libxml2' 'glib2' 'python2-pip')
+depends=('python2' 'libxml2' 'glib2')
+makedepends=('python2-pip')
source=('http://yum.baseurl.org/download/yum-metadata-parser/yum-metadata-parser-1.1.4.tar.gz')
sha256sums=('f1560a284541feb720c3ae35b6b31f80c2be5cb9ca86b3a1ee9459846f821ada')