python-tifffile: update to 2021.6.14

This commit is contained in:
Miloš Komarčević
2021-06-15 13:59:05 +02:00
parent 2f8a4d1f92
commit c243d5aaa9

View File

@@ -4,7 +4,7 @@
_realname=tifffile
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2021.6.6
pkgver=2021.6.14
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod
"${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cgohlke/${_realname}/archive/v${pkgver}.tar.gz")
sha256sums=('cf3b22cc80138c3c769a3c2f3bbda028b9c88b173ea5d2bbf5ccf507925a2b19')
sha256sums=('7e3afc79ed52d3530ca167f8fe3da9d703d041913ef88b02a45dbd5c5a2f8cbf')
prepare() {
cd "${srcdir}"