summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-01-09 19:28:57 +0100
committerErich Eckner <git@eckner.net>2021-01-09 19:30:32 +0100
commit5a474dc935447668a17a10eaebec9676f6b53182 (patch)
treee3040107abd50468f502df0f6834ea74936ef5a5 /python-tifffile
parent0992f662dcc16286c70b690b74c479932ac9f4e6 (diff)
downloadarchlinuxewe.git.save-5a474dc935447668a17a10eaebec9676f6b53182.tar.xz
python-tifffile 2020.12.8-1 -> 2021.1.8-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 66019ebe..3fc40823 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=2020.12.8
+pkgver=2021.1.8
_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=('22bdc6380e0c9f37996785e26416d81460c292737bd8534452f678b4264796512f5544f93feb82132e3a51a193a03138b5b70117812d88188748811543705d8c')
+sha512sums=('7a860950f8a886aac43ff2fea48dbee2596126b8e7bc4389a7cd4d078c9dfc38c1b89c926c7679c2c5a3ef1b699d266c8b1f15768c9c2f9ed0b09ea78f14174b')
build() {
cd ${srcdir}/${_pyname}-${pkgver}