From 9da99e6c70992d1b41268fef7d553a4e885149d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 9 Jun 2018 14:33:11 +0200 Subject: [PATCH] asciidoc: update to 8.6.10. Closes #15026. Signed-off-by: Enno Boland --- srcpkgs/asciidoc/template | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template index 46cdfbb78c..93b9a1aa50 100644 --- a/srcpkgs/asciidoc/template +++ b/srcpkgs/asciidoc/template @@ -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 " -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