summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-10-30 11:09:20 +0800
committerLeo Mao2022-10-30 11:09:20 +0800
commit4dea6852e5d28f8e83fdd1b42bab2a90da73243d (patch)
tree258ea65df0336c76995599cd87652eaf4ed30f26
parent986e256c5e05064353a5dca81315a28c4ef2a78c (diff)
downloadaur-4dea6852e5d28f8e83fdd1b42bab2a90da73243d.tar.gz
upgpkg: python-imageio 2.22.2-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 0e79187dd8c4..fbc8f9f7a661 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.1
+ pkgver = 2.22.2
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.1.tar.gz::https://github.com/imageio/imageio/archive/v2.22.1.tar.gz
- sha256sums = c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d
+ source = python-imageio-2.22.2.tar.gz::https://github.com/imageio/imageio/archive/v2.22.2.tar.gz
+ sha256sums = 057f2d40a45bcfde7acad51b7d9d434551231555dd34f004892e023e13dcbd8f
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index d0fd04428964..44ab3df943cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.22.1
+pkgver=2.22.2
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=('c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d')
+sha256sums=('057f2d40a45bcfde7acad51b7d9d434551231555dd34f004892e023e13dcbd8f')
build() {
msg "Building Python 3"