From 3e3c960b0b20550858bf8722f1786b0295d304d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Tue, 16 Aug 2022 09:51:11 +0200 Subject: [PATCH] python-tifffile: update to 2022.8.12 --- mingw-w64-python-tifffile/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-tifffile/PKGBUILD b/mingw-w64-python-tifffile/PKGBUILD index 2ea1df770f..6362703804 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.8.8 +pkgver=2022.8.12 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=('ef544102d7056a1fba98c16a2e166caf4efba050ebae0e7f153c99a28b35958f') +sha256sums=('dd57a4b7494359fe12c082bd67ccd05f269a461afb21aef5c53d7a69229a2c5d') # prepare() { # cd "${srcdir}/${_realname}-${pkgver}"