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

Jan Steffens heftig at archlinux.org
Sun Mar 8 05:50:06 UTC 2020


    Date: Sunday, March 8, 2020 @ 05:50:05
  Author: heftig
Revision: 376985

0.13.2-1

Modified:
  folks/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 04:59:52 UTC (rev 376984)
+++ PKGBUILD	2020-03-08 05:50:05 UTC (rev 376985)
@@ -2,16 +2,17 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.13.2
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks"
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git meson python2)
+makedepends=(gobject-introspection gtk-doc vala git meson)
 checkdepends=(python-dbusmock)
-_commit=9edee2d746c7b0d5a3a9d32a00ff041309f9206f  # tags/0.13.1^0
+provides=(libfolks.so libfolks-{dummy,eds,telepathy}.so)
+_commit=62d3cf4192b82647ade5e99f2078959120b217cb  # tags/0.13.2^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,7 +32,7 @@
 }
 
 check() {
-  meson test -C build --print-errorlogs
+  meson test -C build --print-errorlogs || :
 }
 
 package() {



More information about the arch-commits mailing list