summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a543e8737506..c26ed0b8c766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 12:51:38 UTC 2016
pkgbase = octave-generate_html
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.
- pkgver = 0.1.9
- pkgrel = 2
+ pkgver = 0.1.10
+ pkgrel = 1
url = http://octave.sourceforge.net/generate_html/
install = octave-generate_html.install
arch = any
@@ -9,9 +11,9 @@ pkgbase = octave-generate_html
license = GPL3
makedepends = texinfo
depends = octave>=3.2.0
- noextract = generate_html-0.1.9.tar.gz
- source = http://downloads.sourceforge.net/octave/generate_html-0.1.9.tar.gz
- md5sums = 322974d6724e4d3062fa7b44a2ab0e9f
+ noextract = generate_html-0.1.10.tar.gz
+ source = http://downloads.sourceforge.net/octave/generate_html-0.1.10.tar.gz
+ md5sums = 130b1261be02a63b4c51a964b097cc0f
pkgname = octave-generate_html
diff --git a/PKGBUILD b/PKGBUILD
index bfb99e871a64..f0425d9cb872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=generate_html
pkgname=octave-$_pack
-pkgver=0.1.9
-pkgrel=2
+pkgver=0.1.10
+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)
url="http://octave.sourceforge.net/$_pack/"
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('322974d6724e4d3062fa7b44a2ab0e9f')
+md5sums=('130b1261be02a63b4c51a964b097cc0f')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"