summaryrefslogtreecommitdiff
path: root/python-imageio
diff options
context:
space:
mode:
Diffstat (limited to 'python-imageio')
-rw-r--r--python-imageio/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD
index a413169d..af7eb047 100644
--- a/python-imageio/PKGBUILD
+++ b/python-imageio/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-imageio'
_pkgname="${pkgname#*-}"
pkgver=2.9.0
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('BSD')
@@ -11,8 +11,8 @@ pkgdesc='Python library that provides an easy interface to read and write a wide
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v$pkgver.tar.gz")
sha512sums=('a325ad4f0913219b87418d4f57fddc3f1e4c1be4102e933aa0c236317044d2a5ded623bbe86b92d3f2004bb9386ccb3f0cc03b7b118f9faa6f320dd147157ed6')
depends=(
- 'python>=3.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
)
makedepends=(
'python-setuptools'