summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2021-11-29 23:14:36 +0800
committerLeo Mao2021-11-29 23:14:36 +0800
commit306ca7b6cf22af9a70800be380626d189eab3783 (patch)
tree6a9088e28216c94116eda103de87a8c94585b9da
parentbb5e8c5c46bcaf078f26b8b748edda6979131ed1 (diff)
downloadaur-306ca7b6cf22af9a70800be380626d189eab3783.tar.gz
upgpkg: python-imageio 2.13.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 cd0d4c0c49fc..f5b12a9d6b6b 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.11.1
+ pkgver = 2.13.0
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.11.1.tar.gz::https://github.com/imageio/imageio/archive/v2.11.1.tar.gz
- sha256sums = 5ab8ec9aad5c3e2338ea459ae92a4a1b53749cb7d5ffb00aefd2451a863dda7b
+ source = python-imageio-2.13.0.tar.gz::https://github.com/imageio/imageio/archive/v2.13.0.tar.gz
+ sha256sums = 5a1c346fdcd03a36222923dd2ece3e16d581b7831ac31b0a228d40e49c41c8ed
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 98334f1f4c15..eb3adea9f6d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.11.1
+pkgver=2.13.0
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=('5ab8ec9aad5c3e2338ea459ae92a4a1b53749cb7d5ffb00aefd2451a863dda7b')
+sha256sums=('5a1c346fdcd03a36222923dd2ece3e16d581b7831ac31b0a228d40e49c41c8ed')
build() {
msg "Building Python 3"