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 20049917c254..5be36ac761ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=gsl
pkgname=octave-$_pack
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Octave bindings to the GNU Scientific Library"
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('b4bceff52d8cdbbfb201d67f443e3fa3')
+md5sums=('d26449b8d3facef82a8c3393550a11e7')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"