From d839b496700a44e355a1c54e7a190c322b4e6c60 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, 24 Apr 2023 14:10:33 +0200 Subject: [PATCH] python-imageio: update to 2.28.0 --- 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 ff230d1480..5c805026fa 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.27.0 +pkgver=2.28.0 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=('7512163685cfdeb781667b21c92657c2ea11c70d2d93b2ab402c526a4f22b1b8') +sha256sums=('5b61086f349f8531474a720b85714dac48cab2dbc204064850d5e0aee85285b6') prepare() { cd "${srcdir}/${_realname}-${pkgver}"