summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2016-06-05 20:43:50 +0800
committerwangjiezhe2016-06-05 20:43:50 +0800
commit3f0e22d473894a51afb6d5118e11e266789011ba (patch)
treedf4faf295470b8c5e33b5270dd0ca6dca242a1f5
parentbc694a6b9737118e7668f03ef94428242fee75a9 (diff)
downloadaur-3f0e22d473894a51afb6d5118e11e266789011ba.tar.gz
octave-generate_html 0.1.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26ed0b8c766..430831731835 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 12:51:38 UTC 2016
+# Sun Jun 5 12:43:41 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.10
+ pkgver = 0.1.11
pkgrel = 1
url = http://octave.sourceforge.net/generate_html/
install = octave-generate_html.install
@@ -11,9 +11,9 @@ pkgbase = octave-generate_html
license = GPL3
makedepends = texinfo
depends = octave>=3.2.0
- noextract = generate_html-0.1.10.tar.gz
- source = http://downloads.sourceforge.net/octave/generate_html-0.1.10.tar.gz
- md5sums = 130b1261be02a63b4c51a964b097cc0f
+ noextract = generate_html-0.1.11.tar.gz
+ source = http://downloads.sourceforge.net/octave/generate_html-0.1.11.tar.gz
+ md5sums = 77f6ebaac37ea97d881098cb2a66d1c4
pkgname = octave-generate_html
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 "$*"