Added ncurses5-compat-libs dependency

This commit is contained in:
Fer Calder
2020-05-07 08:18:53 +02:00
parent 06874a4ccb
commit 558cf2cc6a
2 changed files with 4 additions and 3 deletions

View File

@@ -5,13 +5,13 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.1.0
pkgrel=1
pkgrel=2
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=()
depends=('ncurses5-compat-libs')
conflicts=('scilab')
options=(!strip)
source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")