summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-02-21 10:00:47 +0100
committereolianoe2017-02-21 10:00:47 +0100
commitf0fe4b804170a0ca968b0534bb7a97895931e5b4 (patch)
tree849f55bde4edb44fe090d1e9d2faaa1b977efe86
parent7c361355b7e8a68b2f65ae2b19258fa7e1021ab2 (diff)
downloadaur-f0fe4b804170a0ca968b0534bb7a97895931e5b4.tar.gz
update license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eaccf275e3..d4cb54fb751d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 16 13:47:54 UTC 2017
+# Tue Feb 21 08:57:50 UTC 2017
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 6.0.0
@@ -9,6 +9,7 @@ pkgbase = scilab
arch = x86_64
license = BSD
license = custom:CeCILL
+ license = GPL2
makedepends = java-environment>=8
makedepends = apache-ant
makedepends = ocaml
diff --git a/PKGBUILD b/PKGBUILD
index 82ce96310eac..176194c4c435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
-license=('BSD' 'custom:CeCILL')
+license=('BSD' 'custom:CeCILL' 'GPL2')
depends=('suitesparse>=4.4.1' 'arpack' 'fftw' 'eigen'
'hdf5'
'libmatio' 'tk' 'curl'