summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-07-12 12:25:16 +0200
committereolianoe2017-07-12 12:25:16 +0200
commit4cb457ba962f7682d4b0716c792a53890a72cfd0 (patch)
tree09ca010c36a15c7266b1ea4b43a85c066a5cf66e
parent79368052855e7c5eb58bb0634261f9372635fc7b (diff)
downloadaur-4cb457ba962f7682d4b0716c792a53890a72cfd0.tar.gz
add inetutils to get rsh (for openmpi)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c679e4eb0a98..eef6bf89fd87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 15:03:58 UTC 2017
+# Wed Jul 12 10:25:10 UTC 2017
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 6.0.0
- pkgrel = 7
+ pkgrel = 8
url = https://www.scilab.org
arch = i686
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = scilab
depends = tk
depends = bwidget
depends = curl
+ depends = inetutils
depends = java-runtime>=8
depends = beanshell
depends = eclipse-ecj
diff --git a/PKGBUILD b/PKGBUILD
index 4f6f89f0b5f2..617f1d721d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab
pkgver=6.0.0
-pkgrel=7
+pkgrel=8
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -12,7 +12,7 @@ license=('BSD' 'custom:CeCILL' 'GPL2')
depends=('suitesparse>=4.4.1' 'arpack' 'fftw' 'eigen'
'hdf5' 'libmatio'
'tk' 'bwidget'
- 'curl'
+ 'curl' 'inetutils'
'java-runtime>=8'
'beanshell' 'eclipse-ecj' 'java-flexdock>=1.2.4' 'fop-hyph'
'jeuclid-core' 'jgraphx>=2.0.0.1' 'javahelp2'