summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2019-05-19 18:19:30 +0300
committerLeonid Bloch2019-05-19 18:19:30 +0300
commit3c713a9ca36ea5cf92aee19f57abe498fcac6c39 (patch)
tree9d0e4dbfbe523d7034e384195d044e62606c67bc
parent3b0599dd9779fed3649e89868c89a634e87f4360 (diff)
downloadaur-3c713a9ca36ea5cf92aee19f57abe498fcac6c39.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d6256c0b012..6331f31f5d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.15.0
+ pkgver = 0.18.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.15.0.tar.gz
- sha256sums = d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726
+ source = https://github.com/silx-kit/pyFAI/archive/v0.18.0.tar.gz
+ sha256sums = 4637eaa40a5a3b10c97ef0fea9e6f935c4ae93eb8df48643d567db7796cb3ef8
pkgname = python-pyfai
diff --git a/PKGBUILD b/PKGBUILD
index b06e27876a80..4eff0bb0aa25 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.15.0
+pkgver=0.18.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=('d72ae3b81ee4350e3768fd9ddc7a03ede4e33dbccddcba449cf1d563757c4726')
+sha256sums=('4637eaa40a5a3b10c97ef0fea9e6f935c4ae93eb8df48643d567db7796cb3ef8')
build() {
cd "pyFAI-${pkgver}"