diff options
author | Erich Eckner <git@eckner.net> | 2016-11-23 07:03:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-23 07:03:54 +0100 |
commit | 6a16d7b1de4d2a5736094e41f55ebc8f08b4d1bb (patch) | |
tree | fbd254556199341eebc1c8e6b74165c56d74b4cb /xraylarch/PKGBUILD | |
parent | 6ebb2be7001884db0eb8000d6c07177f29064dbd (diff) | |
download | archlinuxewe-6a16d7b1de4d2a5736094e41f55ebc8f08b4d1bb.tar.xz |
xraylarch: dependency update, 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 034acd3f7..e2133dd09 100755 --- a/xraylarch/PKGBUILD +++ b/xraylarch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=xraylarch pkgver=0.9.31 -pkgrel=1 +pkgrel=2 pkgdesc="Data Analysis Tools for X-ray Spectroscopy" arch=('any') url="http://xraypy.github.io/xraylarch/" @@ -24,6 +24,7 @@ checkdepends=() optdepends=( '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-termcolor: needed for color-enhanced error messages' 'python2-yaml: needed for graphics and plotting' |