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) <[email protected]> -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Ionut Biru <[email protected]> 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() {
