summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-06-17 20:10:23 +0800
committerLeo Mao2022-06-17 20:10:23 +0800
commite8849864c994b399b5a615c9333ab2ad30a9906a (patch)
tree0b635aafd5b52b08a945ac43dc627615cd8e3409
parent09f8a8cc34085730e1c28c45c1b8705f49d4acba (diff)
downloadaur-e8849864c994b399b5a615c9333ab2ad30a9906a.tar.gz
upgpkg: python-imageio 2.19.3-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 c94e8140191c..bedebd79274f 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.2
+ pkgver = 2.19.3
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.2.tar.gz::https://github.com/imageio/imageio/archive/v2.19.2.tar.gz
- sha256sums = 68e0e6bf03494fc5d7fd390a994bb522ef76dd0f66397f579df34c6f9422a7de
+ source = python-imageio-2.19.3.tar.gz::https://github.com/imageio/imageio/archive/v2.19.3.tar.gz
+ sha256sums = 2ca858a8c178a252779b3c2fbcc19671d196385184e69fc763b151c155633fe3
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index a7fc980d185e..f2414055064c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.19.2
+pkgver=2.19.3
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=('68e0e6bf03494fc5d7fd390a994bb522ef76dd0f66397f579df34c6f9422a7de')
+sha256sums=('2ca858a8c178a252779b3c2fbcc19671d196385184e69fc763b151c155633fe3')
build() {
msg "Building Python 3"