summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2025-01-27 00:48:34 +0200
committerLeonid Bloch2025-01-27 00:48:34 +0200
commitaae414146fbd4b571b79f3e0be3a42f85d0cc1f2 (patch)
tree3293d34c50c6d15159f1ce65205195af6de54893 /PKGBUILD
parent0da3dbbb4cb921f10a8d2c06d77f0cd04eb4b749 (diff)
downloadaur-python-silx.tar.gz
Bump version
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 d972cde25db8..a9b04999ecb8 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-silx
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('python-h5py: for HDF5 input/output'
'opencl-driver: for sift - OpenCL implementation')
makedepends=('cython' 'python-setuptools')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
-sha256sums=('364f9a3614653d7d77648fbe08008c1c438ae3437d400403fc4376a3ffcc34ef')
+sha256sums=('9f875691a988d0ef2ecb6e4cc046a546f1761ba932ae0e523c16bc277bdb52a5')
build() {
cd "${pkgname#*-}-${pkgver}"