summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-05-15 10:36:17 +0200
committereolianoe2017-05-15 10:36:17 +0200
commitaddfc7a3cd2df688bf9d611775f5b7ea7b39008b (patch)
treee3c2fb69fd34abb96db30e446acb618fb0ae9958
parentd1d917d2218e3c05711d3f41eb511029698c4722 (diff)
downloadaur-addfc7a3cd2df688bf9d611775f5b7ea7b39008b.tar.gz
add bwidget dep
The package bwidget is required by the Axes Editor
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2e61b7f09d5..43fcd9c04c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 3 12:20:59 UTC 2017
+# Mon May 15 08:36:07 UTC 2017
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 6.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.scilab.org
arch = i686
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = scilab
depends = hdf5
depends = libmatio
depends = tk
+ depends = bwidget
depends = curl
depends = java-runtime>=8
depends = beanshell
diff --git a/PKGBUILD b/PKGBUILD
index c8a14fc9d88d..6ab601662859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
pkgname=scilab
pkgver=6.0.0
-pkgrel=4
+pkgrel=5
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
license=('BSD' 'custom:CeCILL' 'GPL2')
depends=('suitesparse>=4.4.1' 'arpack' 'fftw' 'eigen'
- 'hdf5'
- 'libmatio' 'tk' 'curl'
+ 'hdf5' 'libmatio'
+ 'tk' 'bwidget'
+ 'curl'
'java-runtime>=8'
'beanshell' 'eclipse-ecj' 'java-flexdock>=1.2.4' 'fop-hyph'
'jeuclid-core' 'jgraphx>=2.0.0.1' 'javahelp2'