diff options
-rwxr-xr-x | xraylarch/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index be53be83e..706b67431 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch pkgver=0.9.46 -pkgrel=3 +pkgrel=4 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('i686' 'pentium4' 'x86_64') url="http://xraypy.github.io/xraylarch/" @@ -20,6 +20,7 @@ depends=( 'python-pillow>=3.4' 'python-pip' 'python-psutil' + 'python-pycifrw' 'python-pyepics>=3.2.4' 'python-pyfai>=0.12.0' 'python-pyaml' |