summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588ca91b390c..a42e07bb3a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 14:00:09 UTC 2016
+# Mon Nov 14 12:10:56 UTC 2016
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 5.5.2
- pkgrel = 12
+ pkgrel = 13
url = https://www.scilab.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 53ab7fc94920..5f1c435780b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab
pkgver=5.5.2
-pkgrel=12
+pkgrel=13
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -69,14 +69,14 @@ build() {
--with-matio \
--with-umfpack \
--with-fftw \
- --without-modelica \
+ --with-modelica \
--without-emf \
--with-install-help-xml \
--enable-build-help \
--enable-build-localization \
--disable-static-system-lib
- make all
+ make all -j1
make doc
}