summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2017-05-15 10:36:17 +0200
committereolianoe2017-05-15 10:36:17 +0200
commitaddfc7a3cd2df688bf9d611775f5b7ea7b39008b (patch)
treee3c2fb69fd34abb96db30e446acb618fb0ae9958 /PKGBUILD
parentd1d917d2218e3c05711d3f41eb511029698c4722 (diff)
downloadaur-addfc7a3cd2df688bf9d611775f5b7ea7b39008b.tar.gz
add bwidget dep
The package bwidget is required by the Axes Editor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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'