summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-08-03 19:27:48 +0800
committerLeo Mao2022-08-03 19:27:48 +0800
commitabc02333d4afe27b72cc6d16796935e238274db3 (patch)
tree5f2ecdc6b4a0985a922353d8c1eff2efcce3bfc1
parentd394bc712077dfdf4091dd656c634a41a9ef8749 (diff)
downloadaur-abc02333d4afe27b72cc6d16796935e238274db3.tar.gz
upgpkg: python-imageio 2.21.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d4f9d3ccde4..5eabe18a470e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
- pkgver = 2.19.5
- pkgrel = 2
+ pkgver = 2.21.0
+ pkgrel = 1
url = https://github.com/imageio/imageio
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = python-imageio
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
- source = python-imageio-2.19.5.tar.gz::https://github.com/imageio/imageio/archive/v2.19.5.tar.gz
- sha256sums = 1ef96f7a7b34a952badf03a6ac658fdb0aa1169b6883f18837b387d7a4f33f4e
+ source = python-imageio-2.21.0.tar.gz::https://github.com/imageio/imageio/archive/v2.21.0.tar.gz
+ sha256sums = 1af5a3bbd327bd0ec2db27cabd0b1e0581dca06aec91bf02e9d5f1689283a633
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 9553a03d568a..a12b9173f249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.19.5
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
_github="imageio/imageio"
@@ -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=('1ef96f7a7b34a952badf03a6ac658fdb0aa1169b6883f18837b387d7a4f33f4e')
+sha256sums=('1af5a3bbd327bd0ec2db27cabd0b1e0581dca06aec91bf02e9d5f1689283a633')
build() {
msg "Building Python 3"