summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-01-18 17:24:41 +0100
committereolianoe2017-01-18 17:24:41 +0100
commit8f0a968e376df385fe73eda867d6c79313de2854 (patch)
tree0511df02ff234cd9737eeb653554277bfccc68c7
parentbae71ce702c5aca21cb5a812089a9176ac6eda5f (diff)
downloadaur-8f0a968e376df385fe73eda867d6c79313de2854.tar.gz
disable modelica to allow the build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a42e07bb3a55..4d121aa0a740 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 14 12:10:56 UTC 2016
+# Wed Jan 18 16:24:06 UTC 2017
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 5.5.2
- pkgrel = 13
+ pkgrel = 14
url = https://www.scilab.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5f1c435780b8..637f42ee2d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab
pkgver=5.5.2
-pkgrel=13
+pkgrel=14
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -69,7 +69,7 @@ build() {
--with-matio \
--with-umfpack \
--with-fftw \
- --with-modelica \
+ --without-modelica \
--without-emf \
--with-install-help-xml \
--enable-build-help \