summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2023-07-03 20:34:20 +0800
committerpingplug2023-07-03 20:34:20 +0800
commitd1f5b074696244f80573e4dec27dea2f7796bfb8 (patch)
treef6a96c4d6b7156cd2cf5364ffd67e836f0663c09 /PKGBUILD
parent4b810a24adbd3f858557409ea5d27e1b463f61eb (diff)
downloadaur-octave-stk.tar.gz
updated to 2.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e7225cf24e8..7ca7ed00e676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_pack=stk
pkgname=octave-$_pack
-pkgver=2.8.0
+pkgver=2.8.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="https://gnu-octave.github.io/packages/$_pack/"
license=('custom')
groups=('octave-forge')
-depends=('octave>=3.8.0')
+depends=('octave>=4.0.1')
makedepends=()
optdepends=()
backup=()
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver-octpkg.tar.gz
source=("https://github.com/stk-kriging/stk/releases/download/$pkgver/$_archive")
noextract=("$_archive")
-sha256sums=('760c69c362fb7bda3fce29ac2cfa2a5bb7448a1aeb36c92ceb65edb97b78cd32')
+sha256sums=('c138ccf4b51c0bc0448f74cdc40cfcefb2ea26fba8c5652c7bd3c86685869c85')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"