diff options
-rwxr-xr-x | xraylarch/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index cea2d131..68a784be 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch pkgver=0.9.47 -pkgrel=8 +pkgrel=9 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('i686' 'pentium4' 'x86_64') url="http://xraypy.github.io/xraylarch/" @@ -17,6 +17,7 @@ depends=( 'python>=3.8' 'python<3.9' 'python-asteval>=0.9.12' + 'python-certifi' 'python-h5py>=2.4' 'python-lmfit>=0.9.11' 'python-matplotlib>=2.0' |