From 39277c00b91c1998ed44a2aef5e9e66a2eeefc1f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 27 Jan 2023 12:55:03 +0000 Subject: [PATCH] python-tifffile: update to 2023.1.23.1 --- 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 400cc314de..868e28f6f7 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=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}"