Date: Tuesday, February 9, 2021 @ 21:51:10 Author: heftig Revision: 407754
1.6.2-1 Modified: json-glib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 21:50:21 UTC (rev 407753) +++ PKGBUILD 2021-02-09 21:51:10 UTC (rev 407754) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=json-glib -pkgver=1.6.0 +pkgver=1.6.2 pkgrel=1 pkgdesc="JSON library built on GLib" url="https://wiki.gnome.org/Projects/JsonGlib" @@ -11,7 +11,7 @@ depends=(glib2) makedepends=(gobject-introspection git gtk-doc meson) provides=(libjson-glib-1.0.so) -_commit=760a2ef2f5a505c576a6bb7a88a0a109f8108a49 # tags/1.6.0^0 +_commit=667e2f35bd161fc74832b2a69d6294f583de361d # tags/1.6.2^0 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit") sha256sums=('SKIP')
