summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2017-09-25 10:43:05 +0200
committerLeonid Bloch2017-09-25 10:43:05 +0200
commitb6b43691869c498360ac687b3f4c1cbccb499a92 (patch)
tree62fe7110d34780e90a0f6f39ec63e26adf73019d /PKGBUILD
parent83ecb72ebeceac84b97317e2073712d2dd4a9325 (diff)
downloadaur-b6b43691869c498360ac687b3f4c1cbccb499a92.tar.gz
Version update
Additionally to the version update, a redundant build dependency (git) was removed. Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe6409490130..c1a7d235af10 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.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('any')
@@ -9,9 +9,9 @@ url="http://www.silx.org"
license=('GPLv3' 'BSD' 'MIT')
depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
'python-h5py' 'python-pyopencl' 'python-pyqt5' 'fftw' 'opencl-driver')
-makedepends=('git' 'cython')
+makedepends=('cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")
-sha256sums=('089dc3301e44bb954cf11fa5b044d2d9fe8905011e90123feec8b088a2152f3f')
+sha256sums=('dade57673f28c0a486635aad6f23843141ab2130f8efaa9d518f753dc18a8db2')
build() {
cd "pyFAI-${pkgver}"