diff options
author | Erich Eckner <git@eckner.net> | 2016-12-21 11:36:26 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-12-21 11:36:26 +0100 |
commit | f28e4707a633ee61f630dd6518ae6eb198d36e41 (patch) | |
tree | cdf96de9efc76b454836c51bc81bff765dd9f046 /xraylarch/PKGBUILD | |
parent | 657170262ad7d90ca1cc2229c7cbc49dfd387cf7 (diff) | |
download | archlinuxewe-f28e4707a633ee61f630dd6518ae6eb198d36e41.tar.xz |
xraylarch 1->2
Diffstat (limited to 'xraylarch/PKGBUILD')
-rwxr-xr-x | xraylarch/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xraylarch/PKGBUILD b/xraylarch/PKGBUILD index 358511bb3..d1422422a 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch pkgver=0.9.32 -pkgrel=1 +pkgrel=2 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('any') url="http://xraypy.github.io/xraylarch/" @@ -26,6 +26,7 @@ optdepends=( 'python2-CifFile: needed for xrd modules' 'python2-epics: needed for using the EPICS control system' 'python2-fabio: needed for xrd modules' + 'python2-nose: needed for testing tools' 'python2-pyFAI: needed for xrd modules' 'python2-requests: needed for xrd modules' 'python2-termcolor: needed for color-enhanced error messages' |