summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-01-13 09:55:22 +0800
committerwangjiezhe2017-01-13 09:55:22 +0800
commitebdbeb141bf780fef836683af0fb1facee0fece4 (patch)
tree7236321c57cf4ea7fcd2e7bd75ebba4319007454 /PKGBUILD
parent108ab557c36e3b8fe2e5f7e123aa2f92434a7ab7 (diff)
downloadaur-ebdbeb141bf780fef836683af0fb1facee0fece4.tar.gz
tsa 4.4.5
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 "$*"