asciidoc: update to 8.6.9.

This commit is contained in:
Juan RP 2013-11-22 16:28:58 +01:00
parent fe91192d19
commit 99aa4e63e5

View file

@ -1,6 +1,6 @@
# Template file for 'asciidoc' # Template file for 'asciidoc'
pkgname=asciidoc pkgname=asciidoc
version=8.6.8 version=8.6.9
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="python libxslt docbook-xsl" makedepends="python libxslt docbook-xsl"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.methods.co.nz/asciidoc/" homepage="http://www.methods.co.nz/asciidoc/"
license="GPL-2" license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4 checksum=78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0
long_desc=" long_desc="
asciidoc is a text document format for writing short documents, asciidoc is a text document format for writing short documents,
articles, books and UNIX man pages. asciidoc files can be translated articles, books and UNIX man pages. asciidoc files can be translated
@ -20,7 +20,7 @@ long_desc="
markup) can be customized and extended by the user." markup) can be customized and extended by the user."
asciidoc_package() { asciidoc_package() {
depends="python libxslt docbook-xsl" depends="${makedepends}"
conf_files=" conf_files="
/etc/asciidoc/asciidoc.conf /etc/asciidoc/asciidoc.conf
/etc/asciidoc/docbook45.conf /etc/asciidoc/docbook45.conf
@ -48,6 +48,6 @@ asciidoc_package() {
/etc/asciidoc/xhtml11-quirks.conf" /etc/asciidoc/xhtml11-quirks.conf"
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }