summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-03-12 10:55:47 +0800
committerwangjiezhe2017-03-12 10:55:47 +0800
commitf30477c861d9987e9636742a8775b4dde0727540 (patch)
tree7665c0edc1e45ae789db9e40cf8e0acbc4befd2a
parent914abb3f53d11898971161203c9a09c75baa02b5 (diff)
downloadaur-f30477c861d9987e9636742a8775b4dde0727540.tar.gz
stk 2.4.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a4a45d3900..b6c2b1964583 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 06:28:53 UTC 2016
+# Sun Mar 12 02:55:47 UTC 2017
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.3.4
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = http://octave.sourceforge.net/stk/
install = octave-stk.install
arch = any
groups = octave-forge
license = custom
depends = octave>=3.2.2
- noextract = stk-2.3.4.tar.gz
- source = http://downloads.sourceforge.net/octave/stk-2.3.4.tar.gz
- md5sums = a86d939381e807233e1910000dd50e95
+ noextract = stk-2.4.0.tar.gz
+ source = http://downloads.sourceforge.net/octave/stk-2.4.0.tar.gz
+ md5sums = 94be63fecd21c5af0aa2dd86f5cd6170
pkgname = octave-stk
diff --git a/PKGBUILD b/PKGBUILD
index dd57fbdd99b1..d2943c430ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=stk
pkgname=octave-$_pack
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.4.0
+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/"
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('a86d939381e807233e1910000dd50e95')
+md5sums=('94be63fecd21c5af0aa2dd86f5cd6170')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"