summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Garfias2021-07-20 15:36:31 -0500
committerDavid Garfias2021-07-20 15:36:31 -0500
commit059af981cae349ab4670b98a91ca6a6902d77a50 (patch)
treebebb59bd99b9c64d8645a754b566b12a72ab775f
parentd5888a5cdfcb7da3e96823270b4c2b10cc549ac2 (diff)
downloadaur-059af981cae349ab4670b98a91ca6a6902d77a50.tar.gz
Since version 6.0.0, Scilab is licensed under GPL
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c510a9ee00d..d1214cae128e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = scilab-bin
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
pkgver = 6.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.scilab.org
arch = x86_64
- license = BSD
- license = custom:CeCILL
+ license = GPL
depends = ncurses5-compat-libs
depends = jre8-openjdk
conflicts = scilab
diff --git a/PKGBUILD b/PKGBUILD
index badc4481c137..2a7200ac25b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64")
-license=("BSD" "custom:CeCILL")
+license=("GPL")
url="https://www.scilab.org"
# Standalone package
depends=('ncurses5-compat-libs' 'jre8-openjdk')