diff options
author | xantares | 2015-07-28 19:21:40 +0200 |
---|---|---|
committer | xantares | 2015-07-28 19:21:40 +0200 |
commit | cfeed299c2f583583f6c819b26273b6392e35b32 (patch) | |
tree | 3873a33a014f762642707840605277f682a07969 | |
parent | f05270d67d3378f7e99414c794cd78475e83787f (diff) | |
download | aur-cfeed299c2f583583f6c819b26273b6392e35b32.tar.gz |
update r optdepend description
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ pkgbase = openturns depends = intel-tbb depends = hmat-oss depends = python - optdepends = r: plotting, linear model, truncated normal distribution estimation and statistical tests + optdepends = r: plotting, linear model and statistical tests optdepends = python-matplotlib: nicer plotting backup = etc/openturns/openturns.conf source = http://downloads.sourceforge.net/sourceforge/openturns/openturns/openturns-1.6rc1.tar.bz2 @@ -6,7 +6,7 @@ license=('LGPL') arch=('i686' 'x86_64') url="http://www.openturns.org/" depends=('libxml2' 'muparser' 'intel-tbb' 'hmat-oss' 'python') -optdepends=('r: plotting, linear model, truncated normal distribution estimation and statistical tests' +optdepends=('r: plotting, linear model and statistical tests' 'python-matplotlib: nicer plotting') makedepends=('python' 'python-sphinx' 'r' 'cmake' 'gcc-fortran' 'swig' 'boost') backup=('etc/openturns/openturns.conf') |