summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2021-12-27 10:05:11 +0800
committerLeo Mao2021-12-27 10:05:11 +0800
commit8884dbf53b0daf4568d372611581d9b2ee6c958a (patch)
tree67379afe2038a9e15c494052fc8dafbd136edf2e
parentc10f66bac2e9116ac3a472258aa34895057f0502 (diff)
downloadaur-8884dbf53b0daf4568d372611581d9b2ee6c958a.tar.gz
upgpkg: python-imageio 2.13.5-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 caf66d12ace1..80cf0952a64f 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.13.4
+ pkgver = 2.13.5
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.13.4.tar.gz::https://github.com/imageio/imageio/archive/v2.13.4.tar.gz
- sha256sums = 19ec7a2497caff417312100a005bd5b02ac1769f1374ef191e457d01ebd3fd70
+ source = python-imageio-2.13.5.tar.gz::https://github.com/imageio/imageio/archive/v2.13.5.tar.gz
+ sha256sums = ac79da398f3eda2984ce41bf71467200d3ca1a75515efddae3b07d023a2bbee1
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 55cbdd8c3651..f987350970b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.13.4
+pkgver=2.13.5
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=('19ec7a2497caff417312100a005bd5b02ac1769f1374ef191e457d01ebd3fd70')
+sha256sums=('ac79da398f3eda2984ce41bf71467200d3ca1a75515efddae3b07d023a2bbee1')
build() {
msg "Building Python 3"