summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2021-11-22 09:44:58 +0800
committerLeo Mao2021-11-22 09:44:58 +0800
commitbb5e8c5c46bcaf078f26b8b748edda6979131ed1 (patch)
tree6587d02634ceabc2e5c7dde89026c80c9b38debf
parent058580b0aba99952a9dbaed8a4ebc63865dfab3c (diff)
downloadaur-bb5e8c5c46bcaf078f26b8b748edda6979131ed1.tar.gz
upgpkg: python-imageio 2.11.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 bd0be7dd9c04..cd0d4c0c49fc 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.10.5
+ pkgver = 2.11.1
pkgrel = 1
url = https://github.com/imageio/imageio
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.10.5.tar.gz::https://github.com/imageio/imageio/archive/v2.10.5.tar.gz
- sha256sums = 0946866e5d1e6b78f90e28fe2aecf59b9a9c35745266dfdf505636400018b5f2
+ source = python-imageio-2.11.1.tar.gz::https://github.com/imageio/imageio/archive/v2.11.1.tar.gz
+ sha256sums = 5ab8ec9aad5c3e2338ea459ae92a4a1b53749cb7d5ffb00aefd2451a863dda7b
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 26e190f6489d..98334f1f4c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.10.5
+pkgver=2.11.1
pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('x86_64')
@@ -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=('0946866e5d1e6b78f90e28fe2aecf59b9a9c35745266dfdf505636400018b5f2')
+sha256sums=('5ab8ec9aad5c3e2338ea459ae92a4a1b53749cb7d5ffb00aefd2451a863dda7b')
build() {
msg "Building Python 3"