From af07cc2aa70ef7488aee53779818b000b956ea7b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Dec 2020 10:05:52 +0100 Subject: recompile all python packages --- python-xraydb/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-xraydb') 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' -- cgit v1.2.3-54-g00ecf