summaryrefslogtreecommitdiff
path: root/python-tifffile/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-tifffile/PKGBUILD')
-rw-r--r--python-tifffile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index ffad98d01..1f05b7646 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2024.8.30
+pkgver=2024.9.20
_pkgname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -21,7 +21,7 @@ optdepends=('python-matplotlib>=3.1: required only for plotting'
'python-lxml: required only for validating and printing XML')
#checkdepends=('python-pytest')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('f81e93c55cc982e12c9f0872b8099cb5e1dc6f4a3d18411a1d0f073080e20bf35a89d7115f4c8617f83c923e04c371a0db64d10b121a254db86b78c8a55d6d08')
+sha512sums=('f4840b40e59e66a6900b46576709c4910b20be0b820becc81b281540654b899e60a52bedf240a49c7f6140cbf91a268b9ba538fc3439715872f00e3603dffff2')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}