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 22670a726da0..c82570ab78f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=generate_html
pkgname=octave-$_pack
-pkgver=0.3.1
+pkgver=0.3.3
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=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('2ab9d33181865e2b324b8936034dd9dd951db1a5f31173dfed57ce294b766768')
+sha256sums=('087274fbdd3e48d5e6b252eb41cfbc69eb529c72b49bd3ea1018a916e163c07c')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"