From 50b52e1ffbc3708e75813c4e7fdaa755caeff546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:16:23 +0100 Subject: [PATCH] python-tifffile: update to 2025.2.18 --- 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 75cff97e32..151776f3d2 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=2025.1.10 +pkgver=2025.2.18 pkgrel=1 pkgdesc="Read and write image data from and to TIFF files (mingw-w64)" arch=('any') @@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-imagecodecs: required only for encod "${MINGW_PACKAGE_PREFIX}-python-lxml: required only for validating and printing XML") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('baaf0a3b87bf7ec375fa1537503353f70497eabe1bdde590f2e41cc0346e612f') +sha256sums=('8d731789e691b468746c1615d989bc550ac93cf753e9210865222e90a5a95d11') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"