summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlthorion2019-07-15 09:32:17 +0200
committerAlthorion2019-07-15 09:32:17 +0200
commit85577932bafc52ce9b868df04994aae68e4e46c6 (patch)
tree8059c5d7307a365c0116aebf0bf671ce251ae405
parent1a230d985e425a3c312237bd09dd511d4d8a6a15 (diff)
downloadaur-85577932bafc52ce9b868df04994aae68e4e46c6.tar.gz
Add missing python-setuptools dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd425690be8..343b88a96717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-xxhash
pkgdesc = Python binding for xxHash
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/xxhash/
arch = i686
arch = x86_64
license = BSD
+ makedepends = python-setuptools
depends = python
source = https://pypi.io/packages/source/x/xxhash/xxhash-1.3.0.tar.gz
md5sums = a4289aa01839f3ea1fb98929d9131001
diff --git a/PKGBUILD b/PKGBUILD
index 1c035de99881..6af67d591168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
_pyname=xxhash
pkgname=python-${_pyname,,}
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python binding for xxHash'
arch=('i686' 'x86_64')
url="https://pypi.python.org/pypi/$_pyname/"
depends=('python')
+makedepends=('python-setuptools')
license=('BSD')
source=("https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-${_pyver:-$pkgver}.tar.gz")
md5sums=('a4289aa01839f3ea1fb98929d9131001')