diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:58:57 +0200 |
commit | 0158aa0e0172d5e889fd19b62ff5cda3f8158879 (patch) | |
tree | 8ba9679ea4cbc4cc6bb71d32b2e31f3292f859d6 /python-pymca | |
parent | 2b0fd1b3675a4fdcc7406491e8868daa1367bb6b (diff) | |
download | archlinuxewe-0158aa0e0172d5e889fd19b62ff5cda3f8158879.tar.xz |
python-pymca: rebuild
Diffstat (limited to 'python-pymca')
-rwxr-xr-x | python-pymca/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index cf8a73e81..67f6ebdf8 100755 --- a/python-pymca/PKGBUILD +++ b/python-pymca/PKGBUILD @@ -2,12 +2,16 @@ pkgname=python-pymca _pkgname="${pkgname#*-}" pkgver=5.5.5 -pkgrel=1 +pkgrel=2 pkgdesc='Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra' arch=('i686' 'pentium4' 'x86_64') url='http://pymca.sourceforge.net/index.html' license=('MIT License') +_pinned_dependencies=( + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9' 'python-fisx>=1.1.5' |