summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2018-02-13 15:29:27 +0100
committerLeonid Bloch2018-02-13 15:29:27 +0100
commit3b0599dd9779fed3649e89868c89a634e87f4360 (patch)
tree8248220b3c64d957929e8d2a6c7e27bb4f61e166
parentb6b43691869c498360ac687b3f4c1cbccb499a92 (diff)
downloadaur-3b0599dd9779fed3649e89868c89a634e87f4360.tar.gz
Version update
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 b1398da68456..3d6256c0b012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.14.2
+ pkgver = 0.15.0
pkgrel = 1
url = http://www.silx.org
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-pyfai
depends = python-pyqt5
depends = fftw
depends = opencl-driver
- source = https://github.com/silx-kit/pyFAI/archive/v0.14.2.tar.gz
- sha256sums = dade57673f28c0a486635aad6f23843141ab2130f8efaa9d518f753dc18a8db2
+ source = https://github.com/silx-kit/pyFAI/archive/v0.15.0.tar.gz
+ sha256sums = d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726
pkgname = python-pyfai
diff --git a/PKGBUILD b/PKGBUILD
index c1a7d235af10..b06e27876a80 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.2
+pkgver=0.15.0
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=('cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")
-sha256sums=('dade57673f28c0a486635aad6f23843141ab2130f8efaa9d518f753dc18a8db2')
+sha256sums=('d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726')
build() {
cd "pyFAI-${pkgver}"