python-imageio: update to 2.20.0

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2022-07-26 16:00:29 +01:00
committed by GitHub
parent 359d528f8b
commit 948dfbc649

View File

@@ -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}"