From 3e370f5a8b65776fbf00f2befc5d2fa08e71fa18 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: Mon, 7 Nov 2022 17:52:22 +0100 Subject: [PATCH] python-imageio: update to 2.22.4 --- mingw-w64-python-imageio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-imageio/PKGBUILD b/mingw-w64-python-imageio/PKGBUILD index ee55b5a924..f9f1657cc4 100644 --- a/mingw-w64-python-imageio/PKGBUILD +++ b/mingw-w64-python-imageio/PKGBUILD @@ -4,7 +4,7 @@ _realname=imageio pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.22.3 +pkgver=2.22.4 pkgrel=1 pkgdesc="Python library for reading and writing a wide range of image, video, scientific, and volumetric data formats (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for FreeImage backend" "${MINGW_PACKAGE_PREFIX}-python-tifffile: for working with TIFF files") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz") -sha256sums=('8c44d683482e61f9c6b288d53f157a5362ba93639f1fc55000998d1c36446e03') +sha256sums=('35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e') prepare() { cd "${srcdir}/${_realname}-${pkgver}"