diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-28 13:25:06 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-28 13:25:06 +0200 |
commit | dca68d71ed069ec1922d223320cb25cd273a5551 (patch) | |
tree | 11a3bbc07075081bfb1d2a3d576cead3f471fdd3 /python-tifffile/PKGBUILD | |
parent | f1750fce7ce5a64fdee653ea6c1b99bd86007e87 (diff) | |
download | archlinuxewe-dca68d71ed069ec1922d223320cb25cd273a5551.tar.xz |
python-tifffile 2024.2.12-4 -> 2024.5.22-1
Diffstat (limited to 'python-tifffile/PKGBUILD')
-rw-r--r-- | python-tifffile/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 3397379eb..a5d9c4d33 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=python-tifffile -pkgver=2024.2.12 +pkgver=2024.5.22 _pkgname=${pkgname#python-} -pkgrel=4 +pkgrel=1 pkgdesc="Read and write image data from and to TIFF files" arch=('any') url="https://github.com/cgohlke/tifffile" @@ -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=('0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552') +sha512sums=('1b25d8505cb25d8a11aa85785115020d2bb6912240c86e6a89ad73c11df1607fcce5ea430d33a8284e38d2e4154f5f9f58709a67270edad6cb124c4b5c4ad11e') build() { cd ${srcdir}/${_pkgname}-${pkgver} |