summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-08-09 23:56:09 +0200
committerErich Eckner <git@eckner.net>2021-08-09 23:56:09 +0200
commitddbbfe48bc820eb4b70537797f10ef8578fd856a (patch)
tree6a86d9293290317879154d81745c438a4a4a9bea /python-tifffile
parent1f94bb457195732dc9b366b43f2d5051c0570235 (diff)
downloadarchlinuxewe-ddbbfe48bc820eb4b70537797f10ef8578fd856a.tar.xz
python-tifffile 2021.7.2-1 -> 2021.8.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 1c7acb6e7..a2d4ea1ee 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.7.2
+pkgver=2021.8.8
_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=('a8d63b6a03cdc8643c2573be66c29088e1284d71571a29032f9e6c9caca0845208c8bf179ff99d5e6a9b324822dd5f8e7be2a2a42e93d8c95b179fdb9ef1d06c')
+sha512sums=('6c56a9c77a8803f0f65ded95a42bb79b8da10ce0b35b03b1fa95259751b643bbbc393e2235556542ea631f37fed6188aad8b19bc752a7f9d323ccd3acd25b4ea')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}