summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo Mao2021-11-01 21:04:36 +0800
committerLeo Mao2021-11-01 21:04:36 +0800
commita668010496ad163b3d41fb5d47ba74643af41ac1 (patch)
tree9b93570b4d9b4e7d361d785ab17de49f09160ada /PKGBUILD
parent42c4e8737c9f61ccc8d4f08fabdb8eb75af32638 (diff)
downloadaur-a668010496ad163b3d41fb5d47ba74643af41ac1.tar.gz
upgpkg: python-imageio 2.10.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e41cd74f1c..80cd847a31df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname="python-imageio"
_pkgname="imageio"
-pkgver=2.9.0
-pkgrel=3
+pkgver=2.10.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')
_github="imageio/imageio"
@@ -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=('6a4bb17127d1af103bf146f8b0bd68ccb647a926002e8a6800c6d7859048661a')
+sha256sums=('43eefc54146c42d95c8212150216f952c4e6e8270d58b6e01118348aa2c0e252')
build() {
msg "Building Python 3"