asciidoc: update to 8.6.10.
Closes #15026. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9be0ac0c36
commit
9da99e6c70
1 changed files with 11 additions and 7 deletions
|
@ -1,19 +1,23 @@
|
|||
# Template file for 'asciidoc'
|
||||
pkgname=asciidoc
|
||||
version=8.6.9
|
||||
revision=6
|
||||
version=8.6.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python"
|
||||
hostmakedepends="automake python"
|
||||
makedepends="python libxslt docbook-xsl"
|
||||
depends="${makedepends}"
|
||||
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
||||
short_desc="Text based document generation"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.methods.co.nz/asciidoc/"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0
|
||||
homepage="http://asciidoc.org/"
|
||||
license="GPL-2.0-or-later"
|
||||
distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
|
||||
checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
|
||||
|
|
Loading…
Reference in a new issue