diff options
author | Erich Eckner <git@eckner.net> | 2020-08-17 17:17:01 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-17 17:17:01 +0200 |
commit | f1477a9f8b0cf1b1e4e30be1fbf530cd05c0d221 (patch) | |
tree | 1d5eba13c21a7cf55f9d1ea483f347f57d8ead6c /python-tifffile | |
parent | d9e16172a0b079e6844b49ace21ba1c6aefc14b6 (diff) | |
download | archlinuxewe-f1477a9f8b0cf1b1e4e30be1fbf530cd05c0d221.tar.xz |
python-tifffile 2020.7.24-1 -> 2020.8.13-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 b0ffe17b1..3e64593e5 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.7.24 +pkgver=2020.8.13 _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") -sha256sums=('6e5ccc5dae3303ed06d80a12d8d1077a1f4eda6be52925735d8e17b8f970fb6e') +sha512sums=('5915b996730961d924c1c4d2007601babd87d659851d9564542808b5449cfba1851ee655d163ac22830fbba74bb5e894e1b442cb9dbd38c199ede85f6de61bbd') build() { cd ${srcdir}/${_pyname}-${pkgver} |