summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-07-14 23:33:38 +0300
committerKonstantin Gizdov2019-07-14 23:33:38 +0300
commit0a983ab01baba4dc255649a1441bd98477da6bf1 (patch)
tree8da12e731f31daea9352d8e39658f252c7efe571 /PKGBUILD
parentf0be66b81c54bcbcbe90cf1318bcde7c67a65277 (diff)
downloadaur-python2-xxhash.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 107b27776825..c6726f0ed746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _pyname=xxhash
pkgname=python2-${_pyname}
_pkgname=python-${_pyname}
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python2 binding for xxHash'
arch=('i686' 'x86_64')
url="https://pypi.python.org/pypi/${_pyname}/"
depends=('python2')
+makedepends=('git' 'python2-setuptools')
license=('BSD')
source=("python2-xxhash-${pkgver}::git+https://github.com/ifduyue/python-${_pyname}/#tag=v${pkgver}")
sha256sums=('SKIP')