summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')