summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-04-06 10:58:34 +0800
committerpingplug2019-04-06 10:58:34 +0800
commit59df0c89cf2bf1b6d1d016a9dbe12cf35e298a69 (patch)
tree714673d752682d961182577db0d5bcd22796451c
parent8afc2bb6f54ff66fb98a8cf8bb6e9a5f5b3e2f69 (diff)
downloadaur-59df0c89cf2bf1b6d1d016a9dbe12cf35e298a69.tar.gz
update srcinfo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8448b2ba3ad4..3ae1ff466742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Wed Jun 27 14:33:14 UTC 2018
pkgbase = octave-stk
pkgdesc = The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesi [...]
pkgver = 2.5.1
pkgrel = 1
- url = http://octave.sourceforge.net/stk/
+ url = https://octave.sourceforge.io/stk/
install = octave-stk.install
arch = any
groups = octave-forge
license = custom
depends = octave>=3.6.0
noextract = stk-2.5.1.tar.gz
- source = http://downloads.sourceforge.net/octave/stk-2.5.1.tar.gz
- md5sums = 8b9bfca6c2c95baf31cc6842561c60be
+ source = https://downloads.sourceforge.net/octave/stk-2.5.1.tar.gz
+ sha256sums = a38a7a6547fa702214c7e34b198d379e42b37eeeae8f27f9d95719502cb778f0
pkgname = octave-stk
diff --git a/PKGBUILD b/PKGBUILD
index e50fecd845e7..055f54062c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgver=2.5.1
pkgrel=1
pkgdesc=" The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesi [...]"
arch=(any)
-url="http://octave.sourceforge.net/$_pack/"
+url="https://octave.sourceforge.io/$_pack/"
license=('custom')
groups=('octave-forge')
depends=('octave>=3.6.0')
@@ -23,9 +23,9 @@ backup=()
options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
-source=("http://downloads.sourceforge.net/octave/$_archive")
+source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('8b9bfca6c2c95baf31cc6842561c60be')
+sha256sums=('a38a7a6547fa702214c7e34b198d379e42b37eeeae8f27f9d95719502cb778f0')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"