summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 16:25:42 +0200
committerGoliathLabs2020-05-16 16:25:42 +0200
commitdc35d41f3125d16c4c365cda6122f9d0a65875b5 (patch)
tree606fa67414b48a039eec278e31190702f2c3b38a /PKGBUILD
parentaa4bce4b6312b4e31d480e446ca9edbbf6461483 (diff)
downloadaur-dc35d41f3125d16c4c365cda6122f9d0a65875b5.tar.gz
Merge pull request #1 from bartoszek/patch-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a228efbb029..784f04e30f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=scilab
pkgver=6.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -68,7 +68,9 @@ build() {
--with-install-help-xml \
--enable-build-help \
--enable-build-localization \
- --disable-static-system-lib
+ --disable-static-system-lib \
+ --with-jdk=/usr/lib/jvm/java-8-openjdk/ \
+ FFLAGS="-fallow-argument-mismatch"
make
make doc