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

Jan Steffens heftig at archlinux.org
Fri Jul 27 16:37:34 UTC 2018


    Date: Friday, July 27, 2018 @ 16:37:34
  Author: heftig
Revision: 329596

syntax

Modified:
  json-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-27 16:36:42 UTC (rev 329595)
+++ PKGBUILD	2018-07-27 16:37:34 UTC (rev 329596)
@@ -24,16 +24,15 @@
 }
 
 build() {
-  arch-meson $pkgname build -Ddocs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   rm -r "$pkgdir"/usr/{lib,share}/installed-tests
 }



More information about the arch-commits mailing list