summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-10-05 19:33:31 +0800
committerLeo Mao2022-10-05 19:33:31 +0800
commit986e256c5e05064353a5dca81315a28c4ef2a78c (patch)
treefbe58a879cf02889e217ede3867247d2388bf739
parent63ba0900d861d26b313383327c2945a8e6fb560b (diff)
downloadaur-986e256c5e05064353a5dca81315a28c4ef2a78c.tar.gz
upgpkg: python-imageio 2.22.1-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 cc184f14f967..0e79187dd8c4 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.22.0
+ pkgver = 2.22.1
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.22.0.tar.gz::https://github.com/imageio/imageio/archive/v2.22.0.tar.gz
- sha256sums = 076682035ca0b75fc752ed780472822dbacae6ecaa130c109908129c1fee18f8
+ source = python-imageio-2.22.1.tar.gz::https://github.com/imageio/imageio/archive/v2.22.1.tar.gz
+ sha256sums = c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index d18b1add0cb9..d0fd04428964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.22.0
+pkgver=2.22.1
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=('076682035ca0b75fc752ed780472822dbacae6ecaa130c109908129c1fee18f8')
+sha256sums=('c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d')
build() {
msg "Building Python 3"