summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-07-24 22:05:47 +0800
committerLeo Mao2022-07-24 22:05:47 +0800
commit5a123ad316ba6d86a474b4990e3ba04ddc700c3c (patch)
tree12463572227ef6e870a440102b2e0a87cb90b5af
parente8849864c994b399b5a615c9333ab2ad30a9906a (diff)
downloadaur-5a123ad316ba6d86a474b4990e3ba04ddc700c3c.tar.gz
upgpkg: python-imageio 2.19.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 bedebd79274f..78da79cb59c2 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.19.3
+ pkgver = 2.19.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.19.3.tar.gz::https://github.com/imageio/imageio/archive/v2.19.3.tar.gz
- sha256sums = 2ca858a8c178a252779b3c2fbcc19671d196385184e69fc763b151c155633fe3
+ source = python-imageio-2.19.5.tar.gz::https://github.com/imageio/imageio/archive/v2.19.5.tar.gz
+ sha256sums = 1ef96f7a7b34a952badf03a6ac658fdb0aa1169b6883f18837b387d7a4f33f4e
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index f2414055064c..47f117ca423b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.19.3
+pkgver=2.19.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=('2ca858a8c178a252779b3c2fbcc19671d196385184e69fc763b151c155633fe3')
+sha256sums=('1ef96f7a7b34a952badf03a6ac658fdb0aa1169b6883f18837b387d7a4f33f4e')
build() {
msg "Building Python 3"