* update gtk-doc to 1.34.0-3

This commit is contained in:
Alexander Baldeck 2025-02-04 13:55:02 +01:00
parent 1ce5759006
commit 39aa422761
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
pkgbase = gtk-doc
pkgdesc = Documentation tool for public library API
pkgver = 1.34.0
pkgrel = 2
url = https://www.gtk.org/gtk-doc/
pkgrel = 3
url = https://gitlab.gnome.org/GNOME/gtk-doc
arch = any
license = GFDL-1.1-or-later
license = GPL-2.0-or-later

View File

@ -4,9 +4,9 @@
pkgname=gtk-doc
pkgver=1.34.0
pkgrel=2
pkgrel=3
pkgdesc="Documentation tool for public library API"
url="https://www.gtk.org/gtk-doc/"
url="https://gitlab.gnome.org/GNOME/gtk-doc"
arch=(any)
license=(
GFDL-1.1-or-later
@ -36,7 +36,7 @@ optdepends=(
'dblatex: PDF support'
)
source=(
"git+https://gitlab.gnome.org/GNOME/gtk-doc.git#tag=$pkgver"
"git+$url.git#tag=$pkgver"
0001-Fix-tests.patch
0002-Fix-syntax-warnings.patch
)