From b26d39b99e7d12daffcec1a55da940a90df274e4 Mon Sep 17 00:00:00 2001 From: David Garfias <jose.garfias@ingenieria.unam.edu> Date: Fri, 5 Feb 2021 22:32:01 -0600 Subject: [PATCH] Fixed wrong dependencies --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a27ada9..3f666cb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = scilab-bin pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications. pkgver = 6.1.0 - pkgrel = 3 + pkgrel = 4 url = https://www.scilab.org arch = x86_64 license = BSD license = custom:CeCILL depends = ncurses5-compat-libs - depends = java-runtime-openjdk=8 + depends = jre8-openjdk conflicts = scilab options = !strip source = http://www.scilab.org/download/6.1.0/scilab-6.1.0.bin.linux-x86_64.tar.gz diff --git a/PKGBUILD b/PKGBUILD index b504eca..46bfc0a 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")