summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2020-04-26 04:26:20 +0300
committerLeonid Bloch2020-04-26 04:26:20 +0300
commit3075da4ab319814bf7a6f756d4a72600a01357ee (patch)
tree07bb14e52f3b80943b2ce7b2685bc4a953ea2ae4
parent3c713a9ca36ea5cf92aee19f57abe498fcac6c39 (diff)
downloadaur-3075da4ab319814bf7a6f756d4a72600a01357ee.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6331f31f5d62..290540259cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.18.0
+ pkgver = 0.19.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.18.0.tar.gz
- sha256sums = 4637eaa40a5a3b10c97ef0fea9e6f935c4ae93eb8df48643d567db7796cb3ef8
+ source = https://github.com/silx-kit/pyFAI/archive/v0.19.0.tar.gz
+ sha256sums = 1e329d2bdd6f4ddc4c70460bb0b994a33b6885bff810b11a7871d83ef8756281
pkgname = python-pyfai
diff --git a/PKGBUILD b/PKGBUILD
index 4eff0bb0aa25..5ff233364ac1 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.18.0
+pkgver=0.19.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=('4637eaa40a5a3b10c97ef0fea9e6f935c4ae93eb8df48643d567db7796cb3ef8')
+sha256sums=('1e329d2bdd6f4ddc4c70460bb0b994a33b6885bff810b11a7871d83ef8756281')
build() {
cd "pyFAI-${pkgver}"