summaryrefslogtreecommitdiff
path: root/python-xraydb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-xraydb/PKGBUILD')
-rw-r--r--python-xraydb/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD
index 05127ad1..fb9dd30e 100644
--- a/python-xraydb/PKGBUILD
+++ b/python-xraydb/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-xraydb'
pkgver=4.4.5
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('Unlicense')
@@ -10,8 +10,8 @@ pkgdesc='X-ray Reference Data in SQLite library, including a Python interface'
source=("$pkgname-$pkgver.tar.gz::https://github.com/xraypy/XrayDB/archive/$pkgver.tar.gz")
sha512sums=('ca3c1389817a21ef1f47b0eafe30bbb1fc264d984416b8bf1e2445ed8d65adec7cad9c0682e7435c6677c9d6a6f372bf2c1560be91b987613f4e5395c09e4985')
depends=(
- 'python>=3.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
)
makedepends=(
'python-setuptools'