summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-pyfai/PKGBUILD21
1 files changed, 15 insertions, 6 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD
index 69b9efe2..4b5332c9 100644
--- a/python-pyfai/PKGBUILD
+++ b/python-pyfai/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=python-pyfai
pkgname=(python2-pyfai python-pyfai)
_pkgname=pyFAI
-pkgver=0.15.0
-pkgrel='2'
+pkgver=0.16.0
+pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('i686' 'x86_64')
url="http://www.silx.org"
@@ -18,12 +18,21 @@ _deppy=(
'python>=3.7'
'python<3.8'
)
-_depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
- 'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw' 'opencl-driver')
-_makedepends=('cython')
+_depends=(
+ 'cython'
+ 'python-fabio'
+ 'python-h5py'
+ 'python-matplotlib'
+ 'python-numexpr'
+ 'python-numpy'
+ 'python-scipy'
+ 'python-silx')
+_makedepends=(
+ 'cython'
+ 'python-setuptools')
_optdepends=()
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726')
+sha512sums=('5ffe6d4b3416750a12caf08b29907cffbae07d5d7bbe793f376a0c548ba1a240828e4d4f2b6602d0921a01d143a1149ded428dc348764ab0f4e64fae2a2f98c1')
makedepends=(
"${_deppy[@]}"