Date: Tuesday, September 18, 2018 @ 02:27:54 Author: heftig Revision: 334833
1.4.4-1 Modified: json-glib/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-18 02:16:04 UTC (rev 334832) +++ PKGBUILD 2018-09-18 02:27:54 UTC (rev 334833) @@ -2,8 +2,8 @@ # Contributor: Ionut Biru <[email protected]> pkgname=json-glib -pkgver=1.4.2 -pkgrel=2 +pkgver=1.4.4 +pkgrel=1 pkgdesc="JSON library built on GLib" url="https://wiki.gnome.org/Projects/JsonGlib" arch=(x86_64) @@ -10,7 +10,7 @@ license=(GPL) depends=(glib2) makedepends=(gobject-introspection git gtk-doc meson) -_commit=68e90dafac7022fc467bac8d2dd04d3f8a5a88a7 # tags/1.4.2^0 +_commit=700a8bc414991d35ff3f79607547d4beedac8629 # tags/1.4.4^0 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build -D docs=true + arch-meson $pkgname build -D docs=true -D man=true ninja -C build }
