summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2023-10-22 17:40:57 +0300
committerLeonid Bloch2023-10-22 17:40:57 +0300
commita0c4e01d9ff74751790327e3c0774f16f35503e9 (patch)
tree43957002b46825fbae74dd6a31cf800c1345b64c /PKGBUILD
parent846f464cbadf6a71291b3705c80ccaaa96857398 (diff)
downloadaur-a0c4e01d9ff74751790327e3c0774f16f35503e9.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fc44a7b9e6..32cc1755d2d5 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=2023.2
+pkgver=2023.09
pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('any')
@@ -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=('57e1403ff217e1402790ea06868016585c7e47b4f2eecbcdefeefca8f614f63a')
+sha256sums=('d6cdd92a165d2b2c098095a1ddf7424cd77aeb52a1c36e730c2bf792d8d65fec')
build() {
cd "pyFAI-${pkgver}"