diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-01-15 09:21:56 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-01-15 09:21:56 +0100 |
commit | 350378bd47e533a4a71645d849c5e4a44479ab41 (patch) | |
tree | 5be39151f5c80a24fd3424abe0597363a2ee5882 /python-tifffile | |
parent | 02e3472db689f7a5e753c144ee7a6c4c608a17e0 (diff) | |
download | archlinuxewe-350378bd47e533a4a71645d849c5e4a44479ab41.tar.xz |
python-tifffile 2023.9.26-1 -> 2023.12.9-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 032e5b197..d90865623 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.9.26 +pkgver=2023.12.9 _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=('ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b') +sha512sums=('de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00') build() { cd ${srcdir}/${_pkgname}-${pkgver} |