summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 850f6e4d11fa..db90ce2ebf1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=tsa
pkgname=octave-$_pack
-pkgver=4.3.3
-pkgrel=2
+pkgver=4.4.5
+pkgrel=1
pkgdesc="Stochastic concepts and maximum entropy methods for time series analysis"
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=('e5e01ab0914bfd3b932c6bba167cd664')
+md5sums=('e4d23a5b41cba7743a954808be8df078')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"