diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-19 11:40:27 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-19 11:40:27 +0200 |
commit | 52ab11e4b39e0ef4a02c565ee9aade415432f74a (patch) | |
tree | dea6174c543f9df8075c6c099b0ccfac1d613dc5 /python-tifffile | |
parent | 460579582915f81e3349486f6c01d7aafd550e6c (diff) | |
download | archlinuxewe-52ab11e4b39e0ef4a02c565ee9aade415432f74a.tar.xz |
python-tifffile 2024.8.24-1 -> 2024.8.30-1
Diffstat (limited to 'python-tifffile')
-rw-r--r-- | python-tifffile/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index cd1ed9b2d..ffad98d01 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.24 +pkgver=2024.8.30 _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=('658b9e3f64e73c6e08627aaf5f8d15a55cf04c2002afa8694b8596dafdc8f84517a62e7b8369285edc43d0fb4990c54727fa33e591015093bbbbc066b8341a4a') +sha512sums=('f81e93c55cc982e12c9f0872b8099cb5e1dc6f4a3d18411a1d0f073080e20bf35a89d7115f4c8617f83c923e04c371a0db64d10b121a254db86b78c8a55d6d08') build() { cd ${srcdir}/${_pkgname}-${pkgver} |