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

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:44:58 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:44:58
  Author: heftig
Revision: 396750

0.14-2

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:43:57 UTC (rev 396749)
+++ PKGBUILD	2020-09-27 16:44:58 UTC (rev 396750)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks"
@@ -28,7 +28,7 @@
 build() {
   # LTO copies some GType constructors
   arch-meson $pkgname build -D b_lto=false -D docs=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list