summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2019-03-03 20:09:25 +0100
committereolianoe2019-03-03 20:09:25 +0100
commit08c43a642bb98c2d877e26d609f883174863cc0f (patch)
treee39b868537d1d65dac07c6339795396603ac27d8
parent864c71987a01b5e2b069fcabd457fd2a5ba43f1d (diff)
downloadaur-08c43a642bb98c2d877e26d609f883174863cc0f.tar.gz
updpkg: 6.0.2
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD34
2 files changed, 17 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81759e2bbeed..0e96ff2c9d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
- pkgver = 6.0.1
- pkgrel = 5
+ pkgver = 6.0.2
+ pkgrel = 1
url = https://www.scilab.org
arch = i686
arch = x86_64
@@ -44,28 +44,20 @@ pkgbase = scilab
depends = apache-lucene>=7
depends = java-batik>=1.8
depends = java-xmlgraphics-commons>=2.0.1
- source = https://www.scilab.org/download/6.0.1/scilab-6.0.1-src.tar.gz
+ source = https://www.scilab.org/download/6.0.2/scilab-6.0.2-src.tar.gz
source = scilab-jogl-2.3.2.patch
- source = scilab-strict-jar.patch
source = scilab-lucene.patch
- source = scilab-hdf5-type.patch
- source = scilab-hdf5-1.8.10.patch
- source = scilab-type.patch
- source = scilab-num.patch
- source = scilab-size-node.patch
+ source = scilab-strict-jar.patch
source = scilab-LD_LIBRARY_PATH.patch
source = scilab-0004-Fix-build-with-ocaml-4.0.4.patch
- sha256sums = e459dd5a918626567e3513ab106a68bee5a1085a8713020cba214e5d4c075a4f
+ source = scilab-num.patch
+ sha256sums = 880f4b614143e9f43c41416304874875df6ebc1a1b0e4400e69384851f6216b0
sha256sums = f19f173e989f72bd55bda35e271b3c180ecef4e29da964df3f230fce8b1330fc
- sha256sums = 38aa094951338fa1d267dc6f397552e175213b0f8ba7b35727c178607861f6dd
sha256sums = fb27339de4ddd55bf9bb172b0dbf22f67f578a3ca0270924792d728f42b43326
- sha256sums = c992a4f230dac60c3e217efee04b678c58d856f2aafa6173f742d4c5b050ab9d
- sha256sums = 2dee1346c240d09ce7870bbbeb3318e0ac5d78f249d855df313e9cb7a2ef7fc0
- sha256sums = 93597034c6866c3a4aaa7ef92b4588d2753383545ed3366be6cdb404edf949bd
- sha256sums = 31e757bdb2086e08e2477118fceddcdd50f3c2fcad5c86cf5de8ec06009f34ed
- sha256sums = 984dd6e01631e5b30bde8587e435770c948f887c60d3d353c2e703e6d8b1fe99
+ sha256sums = 38aa094951338fa1d267dc6f397552e175213b0f8ba7b35727c178607861f6dd
sha256sums = a39277cb8cfc3d7929c73ce6d707dc24e3df4b8d8f2d587f075efebda79ff4db
sha256sums = 6712c6db2f3ba365d150e1feb1c71bf691f8aa3b45d5a872b05a42f0daf23392
+ sha256sums = 31e757bdb2086e08e2477118fceddcdd50f3c2fcad5c86cf5de8ec06009f34ed
pkgname = scilab
diff --git a/PKGBUILD b/PKGBUILD
index 500ff532163f..0eaa36ad2030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Victor Dmitriyev <mrvvitek@gmail.com>
pkgname=scilab
-pkgver=6.0.1
-pkgrel=5
+pkgver=6.0.2
+pkgrel=1
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -24,44 +24,28 @@ makedepends=('java-environment=8' 'ant>=1.9.0'
'ocaml-findlib' 'ocaml-num' 'gcc-fortran')
source=("${url}/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
"${pkgname}-jogl-2.3.2.patch"
- "${pkgname}-strict-jar.patch"
"${pkgname}-lucene.patch"
- "${pkgname}-hdf5-type.patch"
- "${pkgname}-hdf5-1.8.10.patch"
- "${pkgname}-type.patch"
- "${pkgname}-num.patch"
- "${pkgname}-size-node.patch"
+ "${pkgname}-strict-jar.patch"
"${pkgname}-LD_LIBRARY_PATH.patch"
- "${pkgname}-0004-Fix-build-with-ocaml-4.0.4.patch")
-sha256sums=('e459dd5a918626567e3513ab106a68bee5a1085a8713020cba214e5d4c075a4f'
+ "${pkgname}-0004-Fix-build-with-ocaml-4.0.4.patch"
+ "${pkgname}-num.patch")
+sha256sums=('880f4b614143e9f43c41416304874875df6ebc1a1b0e4400e69384851f6216b0'
'f19f173e989f72bd55bda35e271b3c180ecef4e29da964df3f230fce8b1330fc'
- '38aa094951338fa1d267dc6f397552e175213b0f8ba7b35727c178607861f6dd'
'fb27339de4ddd55bf9bb172b0dbf22f67f578a3ca0270924792d728f42b43326'
- 'c992a4f230dac60c3e217efee04b678c58d856f2aafa6173f742d4c5b050ab9d'
- '2dee1346c240d09ce7870bbbeb3318e0ac5d78f249d855df313e9cb7a2ef7fc0'
- '93597034c6866c3a4aaa7ef92b4588d2753383545ed3366be6cdb404edf949bd'
- '31e757bdb2086e08e2477118fceddcdd50f3c2fcad5c86cf5de8ec06009f34ed'
- '984dd6e01631e5b30bde8587e435770c948f887c60d3d353c2e703e6d8b1fe99'
+ '38aa094951338fa1d267dc6f397552e175213b0f8ba7b35727c178607861f6dd'
'a39277cb8cfc3d7929c73ce6d707dc24e3df4b8d8f2d587f075efebda79ff4db'
- '6712c6db2f3ba365d150e1feb1c71bf691f8aa3b45d5a872b05a42f0daf23392')
+ '6712c6db2f3ba365d150e1feb1c71bf691f8aa3b45d5a872b05a42f0daf23392'
+ '31e757bdb2086e08e2477118fceddcdd50f3c2fcad5c86cf5de8ec06009f34ed')
prepare(){
cd "${srcdir}/${pkgname}-${pkgver}"
- # http://bugzilla.scilab.org/show_bug.cgi?id=14539
- patch -p1 < "${srcdir}"/${pkgname}-hdf5-1.8.10.patch
# https://codereview.scilab.org/#/c/17530/
patch -p2 < "${srcdir}"/${pkgname}-jogl-2.3.2.patch
# Fix to build with lucene >= 7
patch -p0 < "${srcdir}"/${pkgname}-lucene.patch
# Linked to: https://codereview.scilab.org/#/c/18089/
patch < "${srcdir}"/${pkgname}-strict-jar.patch
- # Fix hdf5 type
- patch -p0 < "${srcdir}"/${pkgname}-hdf5-type.patch
- # Fix type
- patch -p0 < "${srcdir}"/${pkgname}-type.patch
- # Size of node
- patch -p0 < "${srcdir}"/${pkgname}-size-node.patch
# Fix path, to avoid the following error:
# An error has been detected while loading /usr/share/scilab//modules/functions/.libs/libscifunctions.so: /usr/share/scilab//modules/functions/.libs/libscifunctions.so: cannot open shared object file: No such file or directory
patch -p0 < "${srcdir}"/${pkgname}-LD_LIBRARY_PATH.patch