mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
asciidoc: update to 10.2.0.
This commit is contained in:
parent
966d395a0e
commit
245d546987
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=9.1.1
|
version=10.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=python3-module
|
||||||
hostmakedepends="docbook-xsl libxslt python3"
|
hostmakedepends="docbook-xsl libxslt python3-setuptools"
|
||||||
depends="docbook-xsl libxslt python3"
|
depends="docbook-xsl libxslt python3"
|
||||||
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
|
checkdepends="python3-pytest python3-pytest-mock"
|
||||||
short_desc="Text based document generation"
|
short_desc="Text based document generation"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://asciidoc-py.github.io"
|
homepage="https://asciidoc-py.github.io"
|
||||||
changelog="https://asciidoc-py.github.io/CHANGELOG.html"
|
changelog="https://asciidoc-py.github.io/CHANGELOG.html"
|
||||||
distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
|
distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
|
||||||
checksum=ea39760ac2739496c14002902571592dc2ae2fa673296ec141a9e491d9c11fca
|
checksum=237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e
|
||||||
|
|
Loading…
Add table
Reference in a new issue