Updated to 2024.0.0

This commit is contained in:
David Garfias 2023-11-25 23:45:28 -06:00
parent ef236e362d
commit 4c2d05c6e5
2 changed files with 7 additions and 13 deletions

@ -1,17 +1,16 @@
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 = 2023.1.0 pkgver = 2024.0.0
pkgrel = 1 pkgrel = 1
url = https://www.scilab.org url = https://www.scilab.org
arch = x86_64 arch = x86_64
license = GPL license = GPL
depends = ncurses5-compat-libs depends = ncurses5-compat-libs
depends = jre8-openjdk
provides = scilab provides = scilab
conflicts = scilab conflicts = scilab
conflicts = scilab-git conflicts = scilab-git
options = !strip options = !strip
source = https://www.scilab.org/download/2023.1.0/scilab-2023.1.0.bin.x86_64-linux-gnu.tar.xz source = https://www.scilab.org/download/2024.0.0/scilab-2024.0.0.bin.x86_64-linux-gnu.tar.xz
sha256sums = 8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5 sha256sums = 20afcaa58de5b61bc5f42db805c7e7ebf2cdcddeb8d9ccca7b788c286e18b276
pkgname = scilab-bin pkgname = scilab-bin

@ -1,29 +1,24 @@
# Maintainer: David Garfias <jose.garfias@ingenieria.unam.edu> # Maintainer: David Garfias <dgarfiasme@gmail.com>
# Contributor: ffcc <ffercc at gmail dot com> # Contributor: ffcc <ffercc at gmail dot com>
# Contributor: George Eleftheriou <eleftg> # Contributor: George Eleftheriou <eleftg>
# Contributor: Marcel Hasler <mahasler at gmail dot com> # Contributor: Marcel Hasler <mahasler at gmail dot com>
pkgname=scilab-bin pkgname=scilab-bin
_pkgname=${pkgname%-bin} _pkgname=${pkgname%-bin}
pkgver=2023.1.0 pkgver=2024.0.0
pkgrel=1 pkgrel=1
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=("GPL") license=("GPL")
url="https://www.scilab.org" url="https://www.scilab.org"
# Standalone package # Standalone package
depends=('ncurses5-compat-libs' 'jre8-openjdk') depends=('ncurses5-compat-libs')
conflicts=('scilab' 'scilab-git') conflicts=('scilab' 'scilab-git')
provides=('scilab') provides=('scilab')
options=(!strip) options=(!strip)
# From Scilab downloads page (https://www.scilab.org/download/) # From Scilab downloads page (https://www.scilab.org/download/)
source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz") source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz")
sha256sums=("8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5") sha256sums=("20afcaa58de5b61bc5f42db805c7e7ebf2cdcddeb8d9ccca7b788c286e18b276")
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
rm -R thirdparty/java
}
package() { package() {
install -d "${pkgdir}/opt" install -d "${pkgdir}/opt"