summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-25 17:44:26 +0100
committerErich Eckner <git@eckner.net>2021-02-25 19:10:16 +0100
commitcb517e84b2198942a75fc9e264f1fb48da061c5c (patch)
tree37a023e92f34a62445b42e101d3e45caf48ba8b8 /python-tifffile
parent979986c0334b042af2e22d61c2739fa710c86d23 (diff)
downloadarchlinuxewe.git.save-cb517e84b2198942a75fc9e264f1fb48da061c5c.tar.xz
python-tifffile 2021.1.14-1 -> 2021.2.1-1
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index cbc9d867..68ad7688 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=2021.1.14
+pkgver=2021.2.1
_pyname=${pkgname#python-}
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -17,7 +17,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/$_pyname/archive/v$pkgver.tar.gz")
-sha512sums=('ff45e1340f7923c8c68ec1764be0d09f23f1c6347fec0f8ded787848f79e5aaf1406b9541f8f02c059f8cf39f8e2107d14d4299c340c877f1027465f21b46649')
+sha512sums=('9e55f2bbb74e75cc9a5b0e44ff59da5b3a12aea464dd297ea866fafcecde5d800587ef75cff1604264f1f2577586e6ef4d5f16924f87cd74ca42f5998fae7324')
build() {
cd ${srcdir}/${_pyname}-${pkgver}