diff options
Diffstat (limited to 'python-pyfai')
-rw-r--r-- | python-pyfai/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD index 09e035570..48431d0f2 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.18.0 -pkgrel=6 +pkgver=0.19.0 +pkgrel=1 pkgdesc="Fast Azimuthal Integration in Python." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" @@ -28,7 +28,7 @@ _depends=( 'python-numexpr' 'python-numpy' 'python-opengl' - 'python-pyopencl' + 'python-pyqt5' 'python-scipy' 'python-silx') _makedepends=( @@ -39,7 +39,7 @@ checkdepends=( ) _optdepends=() source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('046b7c7830b7e95b2a974133dfb17c442691255689ef250141c9435d3aa07970f9221d4f10425bde3a3eb79110da659c8e518b478855397c6df5ef4a9c877d8d') +sha512sums=('32960083e23977de860aad58b502814b8d2bf2045207c4065d4db7ac89e832fce7bb3e41a2110b62a903db40460e5490d0f25f0d79968b0005f8122539591639') makedepends=( "${_deppy[@]}" |