summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2022-02-08 23:23:00 +0800
committerLeo Mao2022-02-08 23:23:00 +0800
commit87471acbd5fc0a0103b32de45a7831e940eea5d1 (patch)
tree711669765b28e4e3848d775ae2598e552ffb3741
parent2a939f6a566305ab6eac3277f17fd2463552355b (diff)
downloadaur-87471acbd5fc0a0103b32de45a7831e940eea5d1.tar.gz
upgpkg: python-imageio 2.15.0-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 f7af23e179f0..1d11ec407df9 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.14.1
+ pkgver = 2.15.0
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.14.1.tar.gz::https://github.com/imageio/imageio/archive/v2.14.1.tar.gz
- sha256sums = 4bf7254792f764177eb7bee9fc10abf379dfb40fd55d66e543b72aeff1585c7b
+ source = python-imageio-2.15.0.tar.gz::https://github.com/imageio/imageio/archive/v2.15.0.tar.gz
+ sha256sums = 760f383717204234f4527c682d91dfee9f34262d75bb0bbbf9a06668ff23f3ba
pkgname = python-imageio
diff --git a/PKGBUILD b/PKGBUILD
index 8cabb81fcb55..ac8cea34db21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.14.1
+pkgver=2.15.0
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=('4bf7254792f764177eb7bee9fc10abf379dfb40fd55d66e543b72aeff1585c7b')
+sha256sums=('760f383717204234f4527c682d91dfee9f34262d75bb0bbbf9a06668ff23f3ba')
build() {
msg "Building Python 3"