summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d214d8b1244..b20b2d2b7ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2022.4.22
+pkgver=2022.4.26
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -18,7 +18,7 @@ optdepends=('python-matplotlib>=3.4.3: required only for plotting'
'python-zarr>=2.11.3: required only for opening zarr storage')
checkdepends=('python-pytest' 'python-xarray' 'python-fsspec')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('2b8003c834883103131bd3e97388091b59a3a2344e9d8e1ed48aebeb64f86763')
+sha256sums=('018054f54b3c2fc06842b224077d059340309addfcd94263988c05d7f19724e9')
build() {
cd ${srcdir}/${_pyname}-${pkgver}