python-tifffile: update to 2023.1.23.1

This commit is contained in:
Mehdi Chinoune
2023-01-27 12:55:03 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 2db40721d4
commit 39277c00b9

View File

@@ -4,7 +4,7 @@
_realname=tifffile
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2023.1.23
pkgver=2023.1.23.1
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod
"${MINGW_PACKAGE_PREFIX}-python-matplotlib: required only for plotting"
"${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/cgohlke/${_realname}/archive/v${pkgver}.tar.gz")
sha256sums=('37aeb67d24deda084d6a825246af47d18f907098f34a666aa60992f83cabb9f6')
sha256sums=('523ef674d75ee34d713578f28a20b18d8a5cbc89165a90f3fd7339be5de2921e')
# prepare() {
# cd "${srcdir}/${_realname}-${pkgver}"