diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-16 10:29:57 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-16 10:29:57 +0100 |
commit | 67e9ba0e5458157fc6f467b4ca54b136766f3b2b (patch) | |
tree | 913a41608832507dd07b581312783612e60e8999 /python-tifffile | |
parent | 758b368f1fe0bf6bce38df903566ad22343e5397 (diff) | |
download | archlinuxewe-67e9ba0e5458157fc6f467b4ca54b136766f3b2b.tar.xz |
python-tifffile 2024.9.20-1 -> 2024.12.12-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 1f05b7646..9d58b1f51 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.9.20 +pkgver=2024.12.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=('f4840b40e59e66a6900b46576709c4910b20be0b820becc81b281540654b899e60a52bedf240a49c7f6140cbf91a268b9ba538fc3439715872f00e3603dffff2') +sha512sums=('ef4895739304d6cb0cb9f6af0156da1915105ab5a10dbb07e52ee7168b7bbd9f6f7e8f5d291aa6cb52df48d25064fb6f9a73495c8b80969048d64c05dcd74ff5') build() { cd ${srcdir}/${_pkgname}-${pkgver} |