summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2015-11-20 18:10:29 +0800
committerwangjiezhe2015-11-20 18:10:29 +0800
commitb59646e69a04ddbf0c7b4ef56430e12d05eecec4 (patch)
tree1686226975775a96350d8bde69a496f610c73c60
parent7990395809e58294bf635dc1c3fb6316a6f9a64d (diff)
downloadaur-b59646e69a04ddbf0c7b4ef56430e12d05eecec4.tar.gz
Updpkg to 2.3.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2a2567df57..263174a9295c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.3
- pkgrel = 2
+ pkgver = 2.3.4
+ 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.3.tar.gz
- source = http://downloads.sourceforge.net/octave/stk-2.3.3.tar.gz
- md5sums = 121672ef8e39cca5ff2439b8e85a0d71
+ noextract = stk-2.3.4.tar.gz
+ source = http://downloads.sourceforge.net/octave/stk-2.3.4.tar.gz
+ md5sums = a86d939381e807233e1910000dd50e95
pkgname = octave-stk
diff --git a/PKGBUILD b/PKGBUILD
index 6b8244fee6eb..fb62f16657eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=stk
pkgname=octave-$_pack
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+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=('121672ef8e39cca5ff2439b8e85a0d71')
+md5sums=('a86d939381e807233e1910000dd50e95')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"