summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-03-04 23:56:11 +0800
committerLeo Mao2022-03-04 23:56:11 +0800
commit4979165459073615557d3a8571b688d890f51120 (patch)
treeb4cafe0641f07650de3fe3f47cb5d9269bfb7810
parent1c52eef46d5bcc35ea9a37a44559d94502b807fc (diff)
downloadaur-4979165459073615557d3a8571b688d890f51120.tar.gz
upgpkg: python-imageio 2.16.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 81afccb422ec..510b3bcb0f32 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.16.0
+ pkgver = 2.16.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.16.0.tar.gz::https://github.com/imageio/imageio/archive/v2.16.0.tar.gz
- sha256sums = 0894d5320affaa9f1636009f731fcd8fc5ee4146c7d6836340d5eff17a7470e2
+ source = python-imageio-2.16.1.tar.gz::https://github.com/imageio/imageio/archive/v2.16.1.tar.gz
+ sha256sums = 97f6d150d3a4b2424810fd3042ab794af45365f168031aee6f0be21c00e90d2f
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 1fa39274333e..d0091ec19f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.16.0
+pkgver=2.16.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=('0894d5320affaa9f1636009f731fcd8fc5ee4146c7d6836340d5eff17a7470e2')
+sha256sums=('97f6d150d3a4b2424810fd3042ab794af45365f168031aee6f0be21c00e90d2f')
build() {
msg "Building Python 3"