Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yukari Chiba <i@0x7f.cc>

pkgname=gtk-doc
pkgver=1.35.1
pkgver=1.36.0
pkgrel=1
pkgdesc="Documentation tool for public library API"
url="https://www.gtk.org/gtk-doc/"
Expand All @@ -23,11 +23,12 @@ makedepends=(
git
meson
)
checkdepends=(python-parameterized)
optdepends=('dblatex: PDF support')
source=(
"git+https://gitlab.gnome.org/GNOME/gtk-doc.git#tag=$pkgver"
)
sha256sums=('a5fca806f9280cc0b221882aef650ec5862f9c9b7447660e133f0fede7c1dc1b')
sha256sums=('b264cb0e4e81dae26be58997d3613af0c7d131f99467049d56cfabd2bd7d2377')

build() {
ewe-meson gtk-doc build
Expand Down