Auto update scilab-bin : 2025.0.0
This commit is contained in:
parent
68e2a6b77c
commit
91da237bb8
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
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 = 2025.0.0
|
pkgver = 2025.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
|
4
.nvchecker.toml
Normal file
4
.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[scilab-bin]
|
||||||
|
source="regex"
|
||||||
|
regex="scilab-([0-9.]*).bin.x86_64-linux-gnu.tar"
|
||||||
|
url="https://www.scilab.org/latest"
|
4
PKGBUILD
4
PKGBUILD
@ -7,7 +7,7 @@
|
|||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=2025.0.0
|
pkgver=2025.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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")
|
||||||
@ -18,7 +18,7 @@ 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.${CARCH}-linux-gnu.tar.xz")
|
||||||
sha256sums=('f74e47a63a4d5a7ba927bfdf9745e3ede3c3a5e3158b4d8e9c4c8879ac0d771c')
|
sha256sums=('f74e47a63a4d5a7ba927bfdf9745e3ede3c3a5e3158b4d8e9c4c8879ac0d771c')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user