diff --git a/mingw-w64-python-tifffile/PKGBUILD b/mingw-w64-python-tifffile/PKGBUILD index 9ebd7c1926..4d0814bfab 100644 --- a/mingw-w64-python-tifffile/PKGBUILD +++ b/mingw-w64-python-tifffile/PKGBUILD @@ -4,7 +4,7 @@ _realname=tifffile pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2022.7.31 +pkgver=2022.8.3 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=('1c7fa4c5f235e5cd1c8095951dface4e27d6897d2533ff2028b4ff2c0e9da569') +sha256sums=('6a2a8f1ad45277eabc580c981ebc2cbe9024013dc0412f0befcad94e7e94c908') # prepare() { # cd "${srcdir}/${_realname}-${pkgver}"