summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuan Martínez2016-08-13 22:54:29 -0300
committerJuan Martínez2016-08-13 22:54:29 -0300
commitfda68c3ef5f05d2b0d182ddfce7ff22f2044691d (patch)
tree26044ec412ff437a49c93a15f0ae7db9671b5705 /PKGBUILD
parenteb76e867e3154ebbe92e104da377bf5ae313c3cc (diff)
downloadaur-fda68c3ef5f05d2b0d182ddfce7ff22f2044691d.tar.gz
Added python-setuptools to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1cf2e21174..d42638e32319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Antony Lee <anntzer dot lee at gmail dot com>
+# Maintainer: Juan Martínez <mratmartinez at anche.no>
pkgname=python-q
pkgver=2.6
@@ -8,6 +8,7 @@ arch=('any')
url='http://pypi.python.org/pypi/q/'
license=('Apache')
depends=('python')
+makedepends=('python-setuptools')
source=("http://pypi.python.org/packages/source/q/q/q-$pkgver.tar.gz")
md5sums=('0251ce38a2dce77917a8929d7968e035')