Date: Saturday, February 26, 2022 @ 15:18:23 Author: heftig Revision: 438168
2.70.4-2: enable debug Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-26 15:10:33 UTC (rev 438167) +++ PKGBUILD 2022-02-26 15:18:23 UTC (rev 438168) @@ -4,7 +4,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) pkgver=2.70.4 -pkgrel=1 +pkgrel=2 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" license=(LGPL) @@ -13,6 +13,7 @@ makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux meson dbus) checkdepends=(desktop-file-utils) +options=(debug) source=("git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver" 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch glib-compile-schemas.hook gio-querymodules.{hook,script})
