python-imageio: update to 2.21.3

This commit is contained in:
Miloš Komarčević
2022-09-12 14:14:30 +02:00
committed by GitHub
parent 31f2ca4016
commit 940fd09bd7

View File

@@ -4,7 +4,7 @@
_realname=imageio
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.21.2
pkgver=2.21.3
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=('cf7159c99e7724440c856eff711a477936d8987c347c62070de42f0b413e7f68')
sha256sums=('bf9fe62c0e84aeb802ec64b9b5015373ff02fa08c98797629e88af7625bc31d8')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"