summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Garfias2021-02-05 22:32:01 -0600
committerDavid Garfias2021-02-05 22:32:01 -0600
commitb26d39b99e7d12daffcec1a55da940a90df274e4 (patch)
treec4df8c8a7d0c8ea511098bb58b32734c3fb2aa7f /PKGBUILD
parent84b4672603eba19560dfd4858f9348411392a5de (diff)
downloadaur-b26d39b99e7d12daffcec1a55da940a90df274e4.tar.gz
Fixed wrong dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b504eca72319..46bfc0a90302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")