Fixed wrong dependencies
This commit is contained in:
parent
84b4672603
commit
b26d39b99e
4
.SRCINFO
4
.SRCINFO
@ -1,13 +1,13 @@
|
|||||||
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.0
|
pkgver = 6.1.0
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD
|
license = BSD
|
||||||
license = custom:CeCILL
|
license = custom:CeCILL
|
||||||
depends = ncurses5-compat-libs
|
depends = ncurses5-compat-libs
|
||||||
depends = java-runtime-openjdk=8
|
depends = jre8-openjdk
|
||||||
conflicts = scilab
|
conflicts = scilab
|
||||||
options = !strip
|
options = !strip
|
||||||
source = http://www.scilab.org/download/6.1.0/scilab-6.1.0.bin.linux-x86_64.tar.gz
|
source = http://www.scilab.org/download/6.1.0/scilab-6.1.0.bin.linux-x86_64.tar.gz
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -6,13 +6,13 @@
|
|||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=6.1.0
|
pkgver=6.1.0
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
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=("BSD" "custom:CeCILL")
|
||||||
url="https://www.scilab.org"
|
url="https://www.scilab.org"
|
||||||
# Standalone package
|
# Standalone package
|
||||||
depends=('ncurses5-compat-libs' 'java-runtime-openjdk=8')
|
depends=('ncurses5-compat-libs' 'jre8-openjdk')
|
||||||
conflicts=('scilab')
|
conflicts=('scilab')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user