diff options
author | Erich Eckner <git@eckner.net> | 2020-11-20 21:00:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-20 21:00:27 +0100 |
commit | 6b8d3dc0bf6a5023ff522f6227cab65c1281df96 (patch) | |
tree | 41deb49ee32e2849c3399f0f37a81eb8fb7cb099 /python-tifffile | |
parent | 0fa945e7e83d1fadfa553e7a8b5e682df7e8e134 (diff) | |
download | archlinuxewe-6b8d3dc0bf6a5023ff522f6227cab65c1281df96.tar.xz |
python-tifffile 2020.10.1-1 -> 2020.11.18-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 f7c280332..ad9676fea 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.10.1 +pkgver=2020.11.18 _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=("https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz") -sha512sums=('0e5ce6d4fb7a311ab513cdfdb198a6760c536fc1adbc4e89aee23f53cbcc14ba07f1b42e806a905c956ecfc1f24635bd9066e54104b939011dbe9b9ce8753f42') +sha512sums=('caec58374779c0009a99847b04343e89f9184447a0fc82813fda29fd68cfe9290d285724c4fbe7b4a30270c9fd605f65fc90585bc6e4e5b30e31f1a6a989b954') build() { cd ${srcdir}/${_pyname}-${pkgver} |