summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-06-21 14:08:44 +0200
committerbartus2020-06-21 14:14:37 +0200
commite5aee09d2e4031e6524ed2e277366457ed063f3f (patch)
treeb4bf30b5a793886ed09cc457be969786fcb77207
parentc9194bec5edb8c695330146c4c7fdb90843116c6 (diff)
downloadaur-e5aee09d2e4031e6524ed2e277366457ed063f3f.tar.gz
Fix licence array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21338541fb5..d80d2af4b90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,9 @@ pkgbase = scilab-git
url = https://www.scilab.org
arch = i686
arch = x86_64
- license = custom:CeCILL
license = BSD
+ license = custom:CeCILL
+ license = GPL2
makedepends = apache-ant
makedepends = git
makedepends = ocaml
diff --git a/PKGBUILD b/PKGBUILD
index 66fd663e02ba..38c256e68779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
-license=('custom:CeCILL' 'BSD')
+license=('BSD' 'custom:CeCILL' 'GPL2')
depends=('suitesparse>=4.4.1' 'arpack' 'fftw' 'eigen'
'hdf5'
'libmatio' 'tk' 'curl'