diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-21 12:03:48 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-21 12:03:48 +0100 |
commit | 8bfc5f469a5549014936000492d0dc4e2c78c411 (patch) | |
tree | 07924d6f495176ee726273c89e6c279b7a5a1533 /python-tifffile/PKGBUILD | |
parent | 0ea1e16e0f019c026ee1816239bf9d5c0c44ee78 (diff) | |
download | archlinuxewe-8bfc5f469a5549014936000492d0dc4e2c78c411.tar.xz |
python-tifffile 2023.12.9-1 -> 2024.2.12-1
Diffstat (limited to 'python-tifffile/PKGBUILD')
-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 d90865623..8411ad47b 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=2023.12.9 +pkgver=2024.2.12 _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=('de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00') +sha512sums=('0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552') build() { cd ${srcdir}/${_pkgname}-${pkgver} |