diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-29 08:07:28 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-29 08:07:28 +0200 |
commit | 7a1e37d1ccc75feb4535a69814be384908bb22aa (patch) | |
tree | e65e1609cf848423ac5a376e86b7388ce6e6b804 /python-tifffile | |
parent | 21fbb9c5503816e17ba7f36ade9d46f0b6c45c41 (diff) | |
download | archlinuxewe-7a1e37d1ccc75feb4535a69814be384908bb22aa.tar.xz |
python-tifffile 2024.5.22-1 -> 2024.7.24-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 a5d9c4d33..95815b5bd 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.5.22 +pkgver=2024.7.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=('1b25d8505cb25d8a11aa85785115020d2bb6912240c86e6a89ad73c11df1607fcce5ea430d33a8284e38d2e4154f5f9f58709a67270edad6cb124c4b5c4ad11e') +sha512sums=('ad2ca4412a11f3afa175811651f85b2b9ff3da3d1382633ca9b50530fe976050e56abf7c2333660e07230f826fb8af152df355ee211a2409408be6084137647b') build() { cd ${srcdir}/${_pkgname}-${pkgver} |