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 f0425d9cb872..f6d2e01eae1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=generate_html
pkgname=octave-$_pack
-pkgver=0.1.10
+pkgver=0.1.11
pkgrel=1
pkgdesc="This package provides functions for generating HTML pages that contain the help texts for a set of functions. The package is designed to be as general as possible, but also contains convenience functions for generating a set of pages for entire packages."
arch=(any)
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('130b1261be02a63b4c51a964b097cc0f')
+md5sums=('77f6ebaac37ea97d881098cb2a66d1c4')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"