summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2023-03-01 07:33:06 +0200
committerLeonid Bloch2023-03-01 07:33:06 +0200
commit846f464cbadf6a71291b3705c80ccaaa96857398 (patch)
tree4f3b20319081cbf9f71841d40cb04318168cca4a
parent1a2bb8db166f98fe81e3111ec1f305c468efbeeb (diff)
downloadaur-846f464cbadf6a71291b3705c80ccaaa96857398.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98818516787a..4934dca0ca06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyfai
pkgdesc = Fast Azimuthal Integration in Python.
- pkgver = 0.21.3
- pkgrel = 2
+ pkgver = 2023.2
+ pkgrel = 1
url = http://www.silx.org
arch = any
license = GPLv3
@@ -17,7 +17,7 @@ pkgbase = python-pyfai
depends = python-pyqt5
depends = fftw
depends = opencl-driver
- source = https://github.com/silx-kit/pyFAI/archive/v0.21.3.tar.gz
- sha256sums = 3524dee3c5eaa9415c125b08f5a4e1ed9c08ea51d657a5c4a7a74fd0eedf7764
+ source = https://github.com/silx-kit/pyFAI/archive/v2023.2.tar.gz
+ sha256sums = 57e1403ff217e1402790ea06868016585c7e47b4f2eecbcdefeefca8f614f63a
pkgname = python-pyfai
diff --git a/PKGBUILD b/PKGBUILD
index 09cc93028d7e..46fc44a7b9e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Package maintainer: Leonid B <leonid dot bloch at esrf dot fr>
# Upstream contact: silx at esrf dot fr
pkgname=python-pyfai
-pkgver=0.21.3
-pkgrel=2
+pkgver=2023.2
+pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('any')
url="http://www.silx.org"
@@ -12,7 +12,7 @@ depends=('python-numpy' 'python-scipy' 'python-matplotlib' 'python-fabio'
'opencl-driver')
makedepends=('cython')
source=("https://github.com/silx-kit/pyFAI/archive/v${pkgver}.tar.gz")
-sha256sums=('3524dee3c5eaa9415c125b08f5a4e1ed9c08ea51d657a5c4a7a74fd0eedf7764')
+sha256sums=('57e1403ff217e1402790ea06868016585c7e47b4f2eecbcdefeefca8f614f63a')
build() {
cd "pyFAI-${pkgver}"