summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2016-07-23 16:00:44 +0800
committerwangjiezhe2016-07-23 16:00:44 +0800
commitd749bccd00f0c70f62acab93198d99cdd3bd338f (patch)
tree22925bcf7ef9d32bd4480a7f2366ece2baf1cabd
parent3f0e22d473894a51afb6d5118e11e266789011ba (diff)
downloadaur-d749bccd00f0c70f62acab93198d99cdd3bd338f.tar.gz
generate_html 0.1.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 430831731835..f23f972e190d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 5 12:43:41 UTC 2016
+# Sat Jul 23 08:00: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.11
+ pkgver = 0.1.12
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.11.tar.gz
- source = http://downloads.sourceforge.net/octave/generate_html-0.1.11.tar.gz
- md5sums = 77f6ebaac37ea97d881098cb2a66d1c4
+ noextract = generate_html-0.1.12.tar.gz
+ source = http://downloads.sourceforge.net/octave/generate_html-0.1.12.tar.gz
+ md5sums = 36a7392fdc9723ded6784fb4e83410a4
pkgname = octave-generate_html
diff --git a/PKGBUILD b/PKGBUILD
index f6d2e01eae1f..7e7586a36ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=generate_html
pkgname=octave-$_pack
-pkgver=0.1.11
+pkgver=0.1.12
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=('77f6ebaac37ea97d881098cb2a66d1c4')
+md5sums=('36a7392fdc9723ded6784fb4e83410a4')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"