summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-11-07 19:41:56 +0800
committerLeo Mao2022-11-07 19:41:56 +0800
commitdd75d236db33bca6ded99b335dc47a9cb110144b (patch)
tree8801606c326ca1c859c3707f7fd18e63c8c2d6cc
parent4dea6852e5d28f8e83fdd1b42bab2a90da73243d (diff)
downloadaur-dd75d236db33bca6ded99b335dc47a9cb110144b.tar.gz
upgpkg: python-imageio 2.22.4-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 fbc8f9f7a661..15bc81d4a7e1 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.2
+ pkgver = 2.22.4
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.2.tar.gz::https://github.com/imageio/imageio/archive/v2.22.2.tar.gz
- sha256sums = 057f2d40a45bcfde7acad51b7d9d434551231555dd34f004892e023e13dcbd8f
+ source = python-imageio-2.22.4.tar.gz::https://github.com/imageio/imageio/archive/v2.22.4.tar.gz
+ sha256sums = 35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 44ab3df943cd..564e82aea018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.22.2
+pkgver=2.22.4
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=('057f2d40a45bcfde7acad51b7d9d434551231555dd34f004892e023e13dcbd8f')
+sha256sums=('35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e')
build() {
msg "Building Python 3"