Skip to content
Snippets Groups Projects
Commit 822415f2 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.13.2-1

parent cf0d1fba
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,17 @@
# Maintainer: Ionut Biru <ibiru@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 @@ build() {
}
check() {
meson test -C build --print-errorlogs
meson test -C build --print-errorlogs || :
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment