summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2017-07-27 15:48:44 +0200
committerLeonid Bloch2017-07-27 15:48:44 +0200
commit83ecb72ebeceac84b97317e2073712d2dd4a9325 (patch)
tree27c872952c64d99b583bd1eb695e185b4a43022d /PKGBUILD
parent7edbfd8378fb7984fe3e19a6a00cecd154e1db9b (diff)
downloadaur-83ecb72ebeceac84b97317e2073712d2dd4a9325.tar.gz
Version update
Version updated, and unnecessary build dependency (git) removed. Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1331c0e6c4af..fe6409490130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Package maintainer: Leonid B <leonid dot bloch at esrf dot fr>
# Upstream contact: silx at esrf dot fr
pkgname=python-pyfai
-pkgver=0.13.1
+pkgver=0.14.1
pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw' 'opencl-driver')
makedepends=('git' 'cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")
-sha256sums=('3eac23a74130a987cf39d50bd30cc0dab61f46c9b5bc2fc4f03f9dec8ade7d9a')
+sha256sums=('089dc3301e44bb954cf11fa5b044d2d9fe8905011e90123feec8b088a2152f3f')
build() {
cd "pyFAI-${pkgver}"