summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-10-12 16:00:45 +0200
committereolianoe2016-10-12 16:00:45 +0200
commitf128f230c1335959b9c54fea4f2e70aaed721218 (patch)
treeb55d8a771075094d93f67dec9789f40ce3b96bc1
parent3f8326c80c419c1f9f0b91a20ad77e7e8c24ed19 (diff)
downloadaur-f128f230c1335959b9c54fea4f2e70aaed721218.tar.gz
remove freehep dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d5521f8c62a..31991d1ff901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 08:19:32 UTC 2016
+# Wed Oct 12 13:59:59 UTC 2016
pkgbase = scilab-git
pkgdesc = A scientific software package for numerical computations
- pkgver = 6.0.0.beta.2.r173.gd784e47
+ pkgver = 6.0.0.beta.2.r240.g7703c347
pkgrel = 1
url = https://www.scilab.org/
arch = i686
@@ -27,7 +27,6 @@ pkgbase = scilab-git
depends = eclipse-ecj
depends = java-flexdock>=1.2.4
depends = fop-hyph
- depends = java-freehep-vectorgraphics
depends = jeuclid-core
depends = jgraphx>=2.0.0.1
depends = javahelp2
diff --git a/PKGBUILD b/PKGBUILD
index f22c215948be..1d211ba2bc0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=scilab
pkgname=scilab-git
-pkgver=6.0.0.beta.2.r173.gd784e47
+pkgver=6.0.0.beta.2.r240.g7703c347
pkgrel=1
pkgdesc='A scientific software package for numerical computations'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('suitesparse>=4.4.1' 'arpack' 'fftw' 'eigen'
'hdf5'
'java-runtime>=8'
'beanshell' 'eclipse-ecj' 'java-flexdock>=1.2.4' 'fop-hyph'
- 'java-freehep-vectorgraphics' 'jeuclid-core' 'jgraphx>=2.0.0.1' 'javahelp2'
+ 'jeuclid-core' 'jgraphx>=2.0.0.1' 'javahelp2'
'saxon-he' 'jlatexmath-fop>=1.0.3' 'jrosetta>=1.0.4' 'jgoodies-looks' 'java-qdox'
'java-skinlf' 'java-testng' 'xalan-java' 'docbook-xsl'
'jogl>=2.3.2' 'java-batik>=1.8')
@@ -67,6 +67,7 @@ build() {
--with-umfpack \
--with-fftw \
--without-modelica \
+ --without-emf \
--with-install-help-xml \
--enable-build-help \
--enable-build-localization \