summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-09-16 17:46:38 +0800
committerLeo Mao2022-09-16 17:46:38 +0800
commit839b82016bb34603ae7b88f18ce6549efd286ae5 (patch)
tree38408a523a94764e60214f81728f2cffc8ee66ca
parentfc43b7ad2257dce142a228347aea3be8b39f8fe4 (diff)
downloadaur-839b82016bb34603ae7b88f18ce6549efd286ae5.tar.gz
upgpkg: python-imageio 2.21.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f2532710b2..8984a74a9465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
- pkgver = 2.21.2
+ pkgver = 2.21.3
pkgrel = 1
url = https://github.com/imageio/imageio
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.21.2.tar.gz::https://github.com/imageio/imageio/archive/v2.21.2.tar.gz
- sha256sums = cf7159c99e7724440c856eff711a477936d8987c347c62070de42f0b413e7f68
+ source = python-imageio-2.21.3.tar.gz::https://github.com/imageio/imageio/archive/v2.21.3.tar.gz
+ sha256sums = bf9fe62c0e84aeb802ec64b9b5015373ff02fa08c98797629e88af7625bc31d8
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index d2d451c88650..8e67f73ac7ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.21.2
+pkgver=2.21.3
pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-numpy' 'python-pillow')
optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'python-simpleitk')
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
-sha256sums=('cf7159c99e7724440c856eff711a477936d8987c347c62070de42f0b413e7f68')
+sha256sums=('bf9fe62c0e84aeb802ec64b9b5015373ff02fa08c98797629e88af7625bc31d8')
build() {
msg "Building Python 3"