From 0158aa0e0172d5e889fd19b62ff5cda3f8158879 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 14:58:57 +0200 Subject: python-pymca: rebuild --- python-pymca/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'python-pymca') diff --git a/python-pymca/PKGBUILD b/python-pymca/PKGBUILD index cf8a73e8..67f6ebdf 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' -- cgit v1.2.3-54-g00ecf