Fixed wrong dependencies

This commit is contained in:
David Garfias
2021-02-05 22:32:01 -06:00
parent 84b4672603
commit b26d39b99e
2 changed files with 4 additions and 4 deletions

View File

@@ -6,13 +6,13 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
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."
arch=("x86_64")
license=("BSD" "custom:CeCILL")
url="https://www.scilab.org"
# Standalone package
depends=('ncurses5-compat-libs' 'java-runtime-openjdk=8')
depends=('ncurses5-compat-libs' 'jre8-openjdk')
conflicts=('scilab')
options=(!strip)
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")