Date: Wednesday, May 20, 2020 @ 13:52:11 Author: heftig Revision: 630682
2.64.3-1 Modified: lib32-glib2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 13:30:31 UTC (rev 630681) +++ PKGBUILD 2020-05-20 13:52:11 UTC (rev 630682) @@ -3,7 +3,7 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-glib2 -pkgver=2.64.2 +pkgver=2.64.3 pkgrel=1 pkgdesc="Low level core library (32-bit)" url="https://wiki.gnome.org/Projects/GLib" @@ -13,7 +13,7 @@ makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git util-linux meson lib32-dbus) checkdepends=(desktop-file-utils lib32-glib2) -_commit=e264e6fcf7f5199e137314b0d1ebca7648613148 # tags/2.64.2^0 +_commit=af1edc1c338d9a8b2a99bdd0e6cc6bede51f40b4 # tags/2.64.3^0 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit" multilib.diff gio-querymodules-32.hook) @@ -44,7 +44,7 @@ -D b_pie=false \ -D selinux=disabled \ --libdir=/usr/lib32 - ninja -C build + meson compile -C build } check() {
