From f6076e919246e3911560abd7f3eceb5f21aa3c0e Mon Sep 17 00:00:00 2001 From: Paper Date: Sun, 14 Jun 2020 09:50:49 +0200 Subject: [PATCH] asciidoc: update to 9.0.0, use python3 --- srcpkgs/asciidoc/template | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template index b0b7817975b..cf00a78628f 100644 --- a/srcpkgs/asciidoc/template +++ b/srcpkgs/asciidoc/template @@ -1,23 +1,20 @@ # Template file for 'asciidoc' pkgname=asciidoc -version=8.6.10 -revision=2 +version=9.0.1 +revision=1 archs=noarch +wrksrc=${pkgname}-py3-${version} build_style=gnu-configure -hostmakedepends="automake docbook-xsl libxslt python" -depends="docbook-xsl libxslt python" +hostmakedepends="automake docbook-xsl libxslt python3" +depends="docbook-xsl libxslt python3" conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf" short_desc="Text based document generation" maintainer="Orphaned " -homepage="http://asciidoc.org/" license="GPL-2.0-or-later" -distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz" -checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983 +homepage="https://asciidoc.org/" +distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz" +checksum=73af9ee590b050e9f46ef85eb7756944dffdc9b3333e3e60c153a6e1f1de0ba5 pre_configure() { autoreconf -fi } - -post_install() { - vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim -}