summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Garfias2021-12-16 13:44:00 +0100
committerDavid Garfias2021-12-16 13:44:00 +0100
commitd11cb8f2bf71433a0b629dbb407b37c10df3c16a (patch)
treeb19921fd8d5836a58d444cd69bb1104b1275a698
parentcdb9803e1e3dffe10dba7813d17bc90440798ff9 (diff)
downloadaur-d11cb8f2bf71433a0b629dbb407b37c10df3c16a.tar.gz
fixed sources, now using https instead of http
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8fa14b51e0d..3601bc68dd30 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.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://www.scilab.org
arch = x86_64
license = GPL
@@ -11,7 +11,7 @@ pkgbase = scilab-bin
conflicts = scilab
conflicts = scilab-git
options = !strip
- source = http://www.scilab.org/download/6.1.1/scilab-6.1.1.bin.linux-x86_64.tar.gz
+ source = https://www.scilab.org/download/6.1.1/scilab-6.1.1.bin.linux-x86_64.tar.gz
sha256sums = 3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79
pkgname = scilab-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9d839ae9a90..021877b9ab04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
pkgver=6.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64")
license=("GPL")
@@ -16,7 +16,7 @@ depends=('ncurses5-compat-libs' 'jre8-openjdk')
conflicts=('scilab' 'scilab-git')
provides=('scilab')
options=(!strip)
-source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
+source=("https://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
sha256sums=("3ee1a7cf661d021ae26afc27b9fe50cb2d1c9c27911e5582e9d4337ebedb2c79")
prepare() {