summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8984a74a9465..cc184f14f967 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.3
+ pkgver = 2.22.0
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.3.tar.gz::https://github.com/imageio/imageio/archive/v2.21.3.tar.gz
- sha256sums = bf9fe62c0e84aeb802ec64b9b5015373ff02fa08c98797629e88af7625bc31d8
+ source = python-imageio-2.22.0.tar.gz::https://github.com/imageio/imageio/archive/v2.22.0.tar.gz
+ sha256sums = 076682035ca0b75fc752ed780472822dbacae6ecaa130c109908129c1fee18f8
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 8e67f73ac7ef..d18b1add0cb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.21.3
+pkgver=2.22.0
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=('bf9fe62c0e84aeb802ec64b9b5015373ff02fa08c98797629e88af7625bc31d8')
+sha256sums=('076682035ca0b75fc752ed780472822dbacae6ecaa130c109908129c1fee18f8')
build() {
msg "Building Python 3"