gtk-doc: uses lxml and not libxml2 bindings (#5678)

This commit is contained in:
Christoph Reiter 2025-09-28 11:58:17 +02:00 committed by GitHub
parent 2241fad1b5
commit 283f6b5112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
pkgname=gtk-doc pkgname=gtk-doc
pkgver=1.34.0 pkgver=1.34.0
pkgrel=2 pkgrel=3
pkgdesc="Documentation tool for public library API" pkgdesc="Documentation tool for public library API"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://gitlab.gnome.org/GNOME/gtk-doc" url="https://gitlab.gnome.org/GNOME/gtk-doc"
@ -10,9 +10,9 @@ license=("GPL" "FDL")
options=(staticlibs strip) options=(staticlibs strip)
depends=("docbook-xsl" depends=("docbook-xsl"
"glib2" "glib2"
"libxml2-python"
"python" "python"
"python-pygments" "python-pygments"
"python-lxml"
"vim" "vim"
"yelp-tools" "yelp-tools"
) )