Date: Monday, October 3, 2022 @ 23:13:24
  Author: heftig
Revision: 457187

3.36.0-1

Modified:
  template-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-03 22:52:06 UTC (rev 457186)
+++ PKGBUILD    2022-10-03 23:13:24 UTC (rev 457187)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=template-glib
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="A templating library for GLib"
 url="https://gitlab.gnome.org/GNOME/template-glib";
@@ -11,7 +11,7 @@
 makedepends=(git meson vala gobject-introspection gtk-doc)
 provides=(libtemplate_glib-1.0.so)
 options=(debug)
-_commit=5d2b2e9c9fc26e687cb2b0720eaae620d66e54a3  # tags/3.34.1^0
+_commit=a79f0b3e8c09eed250f5fc0ed7b806daf6387c03  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/template-glib.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   meson compile -C build
 }
 
@@ -36,3 +36,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to