summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Eleftheriou2017-10-28 22:48:00 +0200
committerGeorge Eleftheriou2017-10-28 22:48:00 +0200
commit8bd5ed55c558e2fb53e9b1543d00a7ea083ea36d (patch)
treeb2bd5963550adb7eb336edf8c237f29dbe81a9d1
parentfa768da9ad6dc90e8f4a101e3f9f1b5d67b60e60 (diff)
downloadaur-8bd5ed55c558e2fb53e9b1543d00a7ea083ea36d.tar.gz
replaced CARCH in the links, ignoring the warnings of namcap
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fe967ad458..514d1792c318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = scilab-bin
pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
pkgver = 6.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.scilab.org
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = scilab-bin
options = !strip
source_x86_64 = http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-x86_64.tar.gz
sha256sums_x86_64 = 2d09e7ae7b7e01ef4e56fa138ebeaac78f225c3e657c569a09bfff67117de7d6
- source_i686 = http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-x86_64.tar.gz
+ source_i686 = http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-i686.tar.gz
sha256sums_i686 = c61bd5dd8f02675649e198dccb32ba7b114a254e984b48f73e7aaf8ddb8f1b52
pkgname = scilab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e1247e679e3..8c052ac3f2a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.0.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" "i686")
license=("BSD" "custom:CeCILL")
@@ -13,8 +13,8 @@ url="https://www.scilab.org"
depends=()
conflicts=('scilab')
options=(!strip)
-source_x86_64=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-${CARCH}.tar.gz")
-source_i686=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-${CARCH}.tar.gz")
+source_x86_64=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
+source_i686=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-i686.tar.gz")
sha256sums_x86_64=("2d09e7ae7b7e01ef4e56fa138ebeaac78f225c3e657c569a09bfff67117de7d6")
sha256sums_i686=("c61bd5dd8f02675649e198dccb32ba7b114a254e984b48f73e7aaf8ddb8f1b52")