summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1937dd53f946..d2fd254721da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgbase='python-toolz'
pkgname=('python-toolz' 'python-cytoolz')
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="A set of utility functions for iterators, functions, and dictionaries."
arch=('any')
url="https://github.com/pytoolz"
license=('BSD')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cython' 'gcc')
conflict=('python-cytoolz')
source=("https://pypi.org/packages/source/t/toolz/toolz-${pkgver}.tar.gz"
"https://github.com/pytoolz/cytoolz/archive/${pkgver}.tar.gz")