yelp-tools: add a missing dependency
This commit is contained in:
parent
cd7c5cead1
commit
0f6f4b9fb1
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'yelp-tools'
|
||||
pkgname=yelp-tools
|
||||
version=40.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config itstool libxslt python3-lxml"
|
||||
makedepends="yelp-xsl"
|
||||
depends="itstool libxslt yelp-xsl"
|
||||
depends="itstool libxslt yelp-xsl python3-lxml"
|
||||
short_desc="Tools for creating Yelp documentation"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue