summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-08-31 23:15:24 +0800
committerLeo Mao2022-08-31 23:15:24 +0800
commitfc43b7ad2257dce142a228347aea3be8b39f8fe4 (patch)
tree92ccd9f4bb9a45618ea16372844ce526f6126e79
parent2778af447698d3458d1c711c3f56dbba3d516618 (diff)
downloadaur-fc43b7ad2257dce142a228347aea3be8b39f8fe4.tar.gz
upgpkg: python-imageio 2.21.2-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 1ce90fef03ef..a7f2532710b2 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.21.1
+ pkgver = 2.21.2
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.21.1.tar.gz::https://github.com/imageio/imageio/archive/v2.21.1.tar.gz
- sha256sums = fcaf380f00a6b5031c09b486e83ddf2f3ad2548310e76fa9771491f2e6ced40e
+ source = python-imageio-2.21.2.tar.gz::https://github.com/imageio/imageio/archive/v2.21.2.tar.gz
+ sha256sums = cf7159c99e7724440c856eff711a477936d8987c347c62070de42f0b413e7f68
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index c4334e6f9c7c..d2d451c88650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.21.1
+pkgver=2.21.2
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=('fcaf380f00a6b5031c09b486e83ddf2f3ad2548310e76fa9771491f2e6ced40e')
+sha256sums=('cf7159c99e7724440c856eff711a477936d8987c347c62070de42f0b413e7f68')
build() {
msg "Building Python 3"