summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-08-19 12:48:10 +0800
committerwangjiezhe2017-08-19 12:48:10 +0800
commit588097ad658c640b2c09874e3ca031fde65d3738 (patch)
tree030c58d4b5f0e55d0bbdc41f974c6db8ab80e91a
parentd6d2409835b5378ee47223bae9e77b5ab287acb2 (diff)
downloadaur-588097ad658c640b2c09874e3ca031fde65d3738.tar.gz
generate_html 0.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 198c5d448494..7cebbd100799 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 26 13:20:40 UTC 2017
+# Sat Aug 19 04:48:00 UTC 2017
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.2.0
+ pkgver = 0.3.1
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.2.0.tar.gz
- source = http://downloads.sourceforge.net/octave/generate_html-0.2.0.tar.gz
- md5sums = 097740d35bf40bec32bd03b2fe21f2b0
+ noextract = generate_html-0.3.1.tar.gz
+ source = http://downloads.sourceforge.net/octave/generate_html-0.3.1.tar.gz
+ md5sums = 53d663bdf8ef87a6a80bbaae5cde865e
pkgname = octave-generate_html
diff --git a/PKGBUILD b/PKGBUILD
index bccc21da77bc..558d7def0635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=generate_html
pkgname=octave-$_pack
-pkgver=0.2.0
+pkgver=0.3.1
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=('097740d35bf40bec32bd03b2fe21f2b0')
+md5sums=('53d663bdf8ef87a6a80bbaae5cde865e')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"