From 948dfbc6495e5d3beb058b7c5ca9e490e7787f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <79349457+MehdiChinoune@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:00:29 +0100 Subject: [PATCH] python-imageio: update to 2.20.0 --- mingw-w64-python-imageio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-imageio/PKGBUILD b/mingw-w64-python-imageio/PKGBUILD index 8bf3786348..16b3f6bd57 100644 --- a/mingw-w64-python-imageio/PKGBUILD +++ b/mingw-w64-python-imageio/PKGBUILD @@ -4,8 +4,8 @@ _realname=imageio pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.19.5 -pkgrel=2 +pkgver=2.20.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') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -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=('1ef96f7a7b34a952badf03a6ac658fdb0aa1169b6883f18837b387d7a4f33f4e') +sha256sums=('73aba4cbd9d4e119e615295131a7bd54a1941b210da121643341d12424d02b11') prepare() { cd "${srcdir}/${_realname}-${pkgver}"