Updated tar file download source
This commit is contained in:
parent
d11cb8f2bf
commit
76de68ab29
4
.SRCINFO
4
.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 = 6.1.1
|
pkgver = 6.1.1
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://www.scilab.org
|
url = https://www.scilab.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
@ -11,7 +11,7 @@ pkgbase = scilab-bin
|
|||||||
conflicts = scilab
|
conflicts = scilab
|
||||||
conflicts = scilab-git
|
conflicts = scilab-git
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://www.scilab.org/download/6.1.1/scilab-6.1.1.bin.linux-x86_64.tar.gz
|
source = https://oos.eu-west-2.outscale.com/scilab-releases/6.1.1/scilab-6.1.1.bin.linux-x86_64.tar.gz
|
||||||
sha256sums = 3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79
|
sha256sums = 3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79
|
||||||
|
|
||||||
pkgname = scilab-bin
|
pkgname = scilab-bin
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -6,7 +6,7 @@
|
|||||||
pkgname=scilab-bin
|
pkgname=scilab-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=6.1.1
|
pkgver=6.1.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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")
|
||||||
@ -16,7 +16,8 @@ depends=('ncurses5-compat-libs' 'jre8-openjdk')
|
|||||||
conflicts=('scilab' 'scilab-git')
|
conflicts=('scilab' 'scilab-git')
|
||||||
provides=('scilab')
|
provides=('scilab')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("https://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
# From Scilab downloads page (https://www.scilab.org/download/)
|
||||||
|
source=("https://oos.eu-west-2.outscale.com/scilab-releases/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
|
||||||
sha256sums=("3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79")
|
sha256sums=("3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79")
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user