[arch-commits] Commit in json-glib/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 12 21:00:33 UTC 2017


    Date: Tuesday, September 12, 2017 @ 21:00:32
  Author: heftig
Revision: 305378

1.4.2-1

Modified:
  json-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-12 20:33:32 UTC (rev 305377)
+++ PKGBUILD	2017-09-12 21:00:32 UTC (rev 305378)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=json-glib
-pkgver=1.3.2
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 url="https://wiki.gnome.org/Projects/JsonGlib"
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(glib2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=730cc7f4f69913eb1702fd2a52229d678d1e8c90  # tags/1.3.2^0
+_commit=68e90dafac7022fc467bac8d2dd04d3f8a5a88a7  # tags/1.4.2^0
 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,9 +27,7 @@
 build() {
   cd build
   meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib \
-    -Denable-gtk-doc=true \
-    -Denable-man=true
+    --libexecdir=/usr/lib -Ddocs=true
   ninja
 }
 



More information about the arch-commits mailing list