summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-26 11:25:17 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-26 11:25:17 +0200
commit087ca9ee8916a03654d4f405fa276d51601a4344 (patch)
treea63634dd99d7e515ad45c606bf0e4f8c34083283 /python-tifffile
parentc48eb52f8e9fb38b8a38d1c1d2ed4e6dab8795c0 (diff)
downloadarchlinuxewe-087ca9ee8916a03654d4f405fa276d51601a4344.tar.xz
python-tifffile 2024.8.10-1 -> 2024.8.24-1
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index 494cf9a8f..cd1ed9b2d 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.10
+pkgver=2024.8.24
_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=('59edbecf3ab762d24f1f560dcd471036989003f9385b8d6e0480882df2cfbf81ef5ecc6c41d098e832227717d866e31d158129e17cb1f68bc3d8cf02e1944f90')
+sha512sums=('658b9e3f64e73c6e08627aaf5f8d15a55cf04c2002afa8694b8596dafdc8f84517a62e7b8369285edc43d0fb4990c54727fa33e591015093bbbbc066b8341a4a')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}