diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-12 09:39:33 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-12 09:39:33 +0200 |
commit | 3adfe669b505e2d0b259d63be43bd13111565e0e (patch) | |
tree | 587bcc29bfb8d6e78a54f6804b804bb831bd02be /python-tifffile | |
parent | d5126a8d4be526d2bb322a47792ddb5f76581cba (diff) | |
download | archlinuxewe-3adfe669b505e2d0b259d63be43bd13111565e0e.tar.xz |
python-tifffile 2024.7.24-1 -> 2024.8.10-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 95815b5bd..494cf9a8f 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.7.24 +pkgver=2024.8.10 _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=('ad2ca4412a11f3afa175811651f85b2b9ff3da3d1382633ca9b50530fe976050e56abf7c2333660e07230f826fb8af152df355ee211a2409408be6084137647b') +sha512sums=('59edbecf3ab762d24f1f560dcd471036989003f9385b8d6e0480882df2cfbf81ef5ecc6c41d098e832227717d866e31d158129e17cb1f68bc3d8cf02e1944f90') build() { cd ${srcdir}/${_pkgname}-${pkgver} |