summaryrefslogtreecommitdiff
path: root/python-xraydb
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 15:08:04 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 15:08:04 +0100
commitb3df11b409635e919cff0143dbb8ddaeaa0eef3b (patch)
treef07ef9c5c79b42f7ce268b02d6494dfe29ba9490 /python-xraydb
parent8380e18cd4b0f33fde086ca5752442f13607bfdd (diff)
downloadarchlinuxewe-b3df11b409635e919cff0143dbb8ddaeaa0eef3b.tar.xz
python-xraydb 4.4.7-60 -> 4.5.0-1
Diffstat (limited to 'python-xraydb')
-rw-r--r--python-xraydb/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-xraydb/PKGBUILD b/python-xraydb/PKGBUILD
index 80c33d72d..8b5792c39 100644
--- a/python-xraydb/PKGBUILD
+++ b/python-xraydb/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='python-xraydb'
-pkgver=4.4.7
-pkgrel=60
+pkgver=4.5.0
+pkgrel=1
arch=('any')
url='https://github.com/xraypy/XrayDB'
license=('Unlicense')
pkgdesc='X-ray Reference Data in SQLite library, including a Python interface'
_pkgname="XrayDB"
source=("$_pkgname-$pkgver.tar.gz::https://github.com/xraypy/XrayDB/archive/$pkgver.tar.gz")
-sha512sums=('c05f7bd86d22195b92167bad9cd298d4882350fea470823034e66c13a30d992c730d5de0f9f4b94b6764ed78531748f0c86b3b45574ee8dc02a1b5518672f78d')
+sha512sums=('3a13e5bfef4d92eb58d44752171fc7c83be26402047b5b3aaee11e1a4cbf1eb5b8a4eb3d32f1cb98690b0ed5fd78191451c9659b1c90ed28b4bb4378679e1bac')
depends=(
- 'python<3.11'
'python>=3.10'
+ 'python<3.11'
'python-numpy>=1.10'
'python-scipy>=0.17'
- 'python-sqlalchemy')
+ 'python-sqlalchemy>1.4')
makedepends=(
'python-setuptools')