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 b906a29bd9c7..007ada9af7d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=bsltl
pkgname=octave-$_pack
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="The BSLTL package is a free collection of OCTAVE/MATLAB routines for working with the biospeckle laser technique."
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('64a11f29b977f2f8ac7bfb5bc81f7153')
+md5sums=('623c3b820df85c6315e5a2dad39a07c4')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"