summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2017-07-27 15:48:44 +0200
committerLeonid Bloch2017-07-27 15:48:44 +0200
commit83ecb72ebeceac84b97317e2073712d2dd4a9325 (patch)
tree27c872952c64d99b583bd1eb695e185b4a43022d
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>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5b822c590c..f8baf406a44f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.13.1
+ pkgver = 0.14.1
pkgrel = 1
url = http://www.silx.org
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-pyfai
depends = python-pyqt5
depends = fftw
depends = opencl-driver
- source = https://github.com/silx-kit/pyFAI/archive/v0.13.1.tar.gz
- sha256sums = 3eac23a74130a987cf39d50bd30cc0dab61f46c9b5bc2fc4f03f9dec8ade7d9a
+ source = https://github.com/silx-kit/pyFAI/archive/v0.14.1.tar.gz
+ sha256sums = 089dc3301e44bb954cf11fa5b044d2d9fe8905011e90123feec8b088a2152f3f
pkgname = python-pyfai
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}"