summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2022-04-11 09:31:56 +0300
committerLeonid Bloch2022-04-11 09:31:56 +0300
commit43b1e2207c99fa28cfa23e6853c255162dd961e8 (patch)
tree1bc8cf35aae2ce46cafcae1b477ae12e515efd2c
parent3075da4ab319814bf7a6f756d4a72600a01357ee (diff)
downloadaur-43b1e2207c99fa28cfa23e6853c255162dd961e8.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290540259cbf..147a83b6db86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.19.0
+ pkgver = 0.21.3
pkgrel = 1
url = http://www.silx.org
arch = any
@@ -17,8 +17,7 @@ pkgbase = python-pyfai
depends = python-pyqt5
depends = fftw
depends = opencl-driver
- source = https://github.com/silx-kit/pyFAI/archive/v0.19.0.tar.gz
- sha256sums = 1e329d2bdd6f4ddc4c70460bb0b994a33b6885bff810b11a7871d83ef8756281
+ source = https://github.com/silx-kit/pyFAI/archive/v0.21.3.tar.gz
+ sha256sums = 3524dee3c5eaa9415c125b08f5a4e1ed9c08ea51d657a5c4a7a74fd0eedf7764
pkgname = python-pyfai
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ff233364ac1..8a9cca46e094 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.19.0
+pkgver=0.21.3
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=('1e329d2bdd6f4ddc4c70460bb0b994a33b6885bff810b11a7871d83ef8756281')
+sha256sums=('3524dee3c5eaa9415c125b08f5a4e1ed9c08ea51d657a5c4a7a74fd0eedf7764')
build() {
cd "pyFAI-${pkgver}"