summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-09-24 21:00:54 +0800
committerLeo Mao2022-09-24 21:00:54 +0800
commit63ba0900d861d26b313383327c2945a8e6fb560b (patch)
treea9195512cefcf6cab8075e1e78ab075ca912b7ca
parent839b82016bb34603ae7b88f18ce6549efd286ae5 (diff)
downloadaur-63ba0900d861d26b313383327c2945a8e6fb560b.tar.gz
upgpkg: python-imageio 2.22.0-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 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"