Date: Thursday, March 18, 2021 @ 15:27:30 Author: heftig Revision: 410224
2.68.0-1 Modified: glib2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-18 12:30:20 UTC (rev 410223) +++ PKGBUILD 2021-03-18 15:27:30 UTC (rev 410224) @@ -3,7 +3,7 @@ pkgbase=glib2 pkgname=(glib2 glib2-docs) -pkgver=2.66.7 +pkgver=2.68.0 pkgrel=1 pkgdesc="Low level core library" url="https://wiki.gnome.org/Projects/GLib" @@ -13,8 +13,7 @@ makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux meson dbus sysprof) checkdepends=(desktop-file-utils) -_commit=95115f029d9c170c2e966cd7d3547b6394c92a4a # tags/2.66.7^0 -source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit" +source=("git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver" noisy-glib-compile-schemas.diff glib-compile-schemas.hook gio-querymodules.{hook,script}) sha256sums=('SKIP' @@ -38,6 +37,7 @@ build() { CFLAGS+=" -DG_DISABLE_CAST_CHECKS" arch-meson glib build \ + -D glib_debug=disabled \ -D selinux=disabled \ -D sysprof=enabled \ -D man=true \
