diff options
Diffstat (limited to 'python-imageio/PKGBUILD')
-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 e6faa94c6..8ef349ed2 100644 --- a/python-imageio/PKGBUILD +++ b/python-imageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-imageio' _pkgname="${pkgname#*-}" pkgver=2.36.1 -pkgrel=1 +pkgrel=7 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=('05695cb1530612ecbc002de3560fe6bafd11c6ad3fcff570b0309a4a9793820109163819fce4763052b8e442daec13ae09e0e2666b2deaea6c52ca76a9ae5386') depends=( - 'python>=3.12' - 'python<3.13' + 'python>=3.13' + 'python<3.14' ) makedepends=( 'python-setuptools' |