diff options
author | Leonid Bloch | 2025-01-27 00:45:41 +0200 |
---|---|---|
committer | Leonid Bloch | 2025-01-27 00:45:41 +0200 |
commit | 5cb63db5ba83a580f8c3ed99e23d514eb299a79d (patch) | |
tree | 65507d0359ca5ae59ba0e2ec5e3326e0fefdce99 /PKGBUILD | |
parent | 9ed176c67d8fc6fef345762b1647466f77f2ee71 (diff) | |
download | aur-python-fabio.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-fabio -pkgver=2024.4 +pkgver=2024.9.0 pkgrel=1 pkgdesc="I/O library for images produced by 2D X-ray detectors." arch=('any') @@ -12,7 +12,7 @@ optdepends=('python-pyqt5: for the fabio_viewer program') makedepends=('cython' 'python-tomli' 'meson-python' 'python-build' 'python-installer' 'python-wheel') source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz") -sha256sums=('a7563744ed895ff66ec487b02aa2611e115ff1cc1208e61c30ce8ca70467d787') +sha256sums=('783be2791e2e94935caa3a8f4337734dc15d55201d829d53728db4ba14513b8b') build() { cd "${pkgname#*-}-${pkgver}" |