Since version 6.0.0, Scilab is licensed under GPL
This commit is contained in:
parent
d5888a5cdf
commit
059af981ca
5
.SRCINFO
5
.SRCINFO
@ -1,11 +1,10 @@
|
|||||||
pkgbase = scilab-bin
|
pkgbase = scilab-bin
|
||||||
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
|
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
|
||||||
pkgver = 6.1.1
|
pkgver = 6.1.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD
|
license = GPL
|
||||||
license = custom:CeCILL
|
|
||||||
depends = ncurses5-compat-libs
|
depends = ncurses5-compat-libs
|
||||||
depends = jre8-openjdk
|
depends = jre8-openjdk
|
||||||
conflicts = scilab
|
conflicts = scilab
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -6,10 +6,10 @@
|
|||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=6.1.1
|
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."
|
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
license=("BSD" "custom:CeCILL")
|
license=("GPL")
|
||||||
url="https://www.scilab.org"
|
url="https://www.scilab.org"
|
||||||
# Standalone package
|
# Standalone package
|
||||||
depends=('ncurses5-compat-libs' 'jre8-openjdk')
|
depends=('ncurses5-compat-libs' 'jre8-openjdk')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user