diff options
author | Leonid Bloch | 2025-01-27 00:48:34 +0200 |
---|---|---|
committer | Leonid Bloch | 2025-01-27 00:48:34 +0200 |
commit | aae414146fbd4b571b79f3e0be3a42f85d0cc1f2 (patch) | |
tree | 3293d34c50c6d15159f1ce65205195af6de54893 /PKGBUILD | |
parent | 0da3dbbb4cb921f10a8d2c06d77f0cd04eb4b749 (diff) | |
download | aur-python-silx.tar.gz |
Bump version
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |