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 dad6439f6dfe..0d623f2756ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream contact: silx at esrf dot fr
pkgname=python-silx
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
url="http://www.silx.org"
@@ -13,7 +13,7 @@ optdepends=('python-h5py-openmpi: for HDF5 input/output'
'python-qtconsole: for GUI console'
'python-pyopencl: for sift - OpenCL implementation'
'opencl-driver: for sift - OpenCL implementation')
-makedepends=('cython')
+makedepends=('cython' 'python-setuptools')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
sha256sums=('2efd287c04b2692257c93231148c77ffb9a444cc5b1b17a4bd35c9918ddbcb6f')