[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 28 23:12:57 UTC 2020


    Date: Sunday, June 28, 2020 @ 23:12:53
  Author: heftig
Revision: 390561

meson

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 23:12:17 UTC (rev 390560)
+++ PKGBUILD	2020-06-28 23:12:53 UTC (rev 390561)
@@ -1,4 +1,4 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-settings-daemon
 pkgver=3.36.1
@@ -36,7 +36,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list