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

Jan Steffens heftig at archlinux.org
Thu Sep 17 18:52:43 UTC 2020


    Date: Thursday, September 17, 2020 @ 18:52:43
  Author: heftig
Revision: 396235

1.6.0-1

Modified:
  json-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-17 18:52:30 UTC (rev 396234)
+++ PKGBUILD	2020-09-17 18:52:43 UTC (rev 396235)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=json-glib
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="JSON library built on GLib"
 url="https://wiki.gnome.org/Projects/JsonGlib"
 arch=(x86_64)
@@ -10,7 +10,8 @@
 license=(GPL)
 depends=(glib2)
 makedepends=(gobject-introspection git gtk-doc meson)
-_commit=700a8bc414991d35ff3f79607547d4beedac8629  # tags/1.4.4^0
+provides=(libjson-glib-1.0.so)
+_commit=760a2ef2f5a505c576a6bb7a88a0a109f8108a49  # tags/1.6.0^0
 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,8 +25,8 @@
 }
 
 build() {
-  arch-meson $pkgname build -D docs=true -D man=true
-  ninja -C build
+  arch-meson $pkgname build -D man=true
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list