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

Jan Steffens heftig at archlinux.org
Thu Sep 12 21:38:40 UTC 2019


    Date: Thursday, September 12, 2019 @ 21:38:39
  Author: heftig
Revision: 362350

0.13.1-1

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 21:29:38 UTC (rev 362349)
+++ PKGBUILD	2019-09-12 21:38:39 UTC (rev 362350)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.12.1
+pkgver=0.13.1
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
 makedepends=(gobject-introspection gtk-doc vala git meson python2)
 checkdepends=(python-dbusmock)
-_commit=fa7b1285d2a1a99638e539715916b3835e1593af  # tags/1.12.1^0
+_commit=9edee2d746c7b0d5a3a9d32a00ff041309f9206f  # tags/0.13.1^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,13 +25,12 @@
 }
 
 build() {
-  arch-meson $pkgname build -D b_lto=false -D docs=true
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  # ** (/build/folks/src/build/tests/eds/eds-add-persona:3157): ERROR **: 11:55:16.528: test-utils.vala:71: Timed out
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list