summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faf589b0da1f..52e09a4d6d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=ltfat
pkgname=octave-$_pack
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large numbe [...]"
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('fa09f06d8bc03932c5326879dd8aa3a2')
+md5sums=('11312cb24621ae1121b151f0bfda30b6')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"