From f531beb7dfaf41fe2f3e8485a152eb8e46aac571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Mon, 18 Jan 2021 11:05:44 +0100 Subject: [PATCH] python-tifffile: update to 2021.1.14 --- mingw-w64-python-tifffile/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"