diff --git a/mingw-w64-python-tifffile/PKGBUILD b/mingw-w64-python-tifffile/PKGBUILD index 46ee5fa9b4..3192762b0a 100644 --- a/mingw-w64-python-tifffile/PKGBUILD +++ b/mingw-w64-python-tifffile/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer: Sarah Ottinger +# Contributor: Miloš Komarčević _realname=tifffile pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2021.1.11 +pkgver=2021.1.14 pkgrel=1 pkgdesc='Read and write image data from and to TIFF files (mingw-w64)' arch=('any') @@ -15,7 +16,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=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('abd731e7493c320e641486e90557beb77cecbfc82bc6a0a236d41365c81c83ec') +sha256sums=('a5f8caaf672dab0dc8b2609b61d4fd23c6b6fe7e9df38750d4c872962a080ba9') prepare() { cd "$srcdir"