diff options
Diffstat (limited to 'python-imageio')
-rw-r--r-- | python-imageio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-imageio/PKGBUILD b/python-imageio/PKGBUILD index 65357ba7b..77f793a64 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.34.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=('d28b5b849a8d7fc90c4c4a82b2056431e5351ecce709cd48ccb9aaf58a50964a1b77faf4663d3fdeb4757951fb8a03b5bf632e57f78ddd59d5a9acdb62b78f48') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' ) makedepends=( 'python-setuptools' |