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

Jan Steffens heftig at archlinux.org
Thu Sep 12 21:54:03 UTC 2019


    Date: Thursday, September 12, 2019 @ 21:54:02
  Author: heftig
Revision: 362357

3.34-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 21:52:06 UTC (rev 362356)
+++ PKGBUILD	2019-09-12 21:54:02 UTC (rev 362357)
@@ -2,16 +2,17 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-contacts
-pkgver=3.32.1
+pkgver=3.34
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts"
 arch=(x86_64)
 license=(GPL2)
-depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee cheese libhandy)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee cheese
+         libhandy)
 makedepends=(vala gobject-introspection git meson)
 groups=(gnome)
-_commit=deaf59e8ae8201d1bba390f4d954204477d1480d  # tags/3.32.1^0
+_commit=797cfc88b7928800ee9d17d9665c377384523737  # tags/3.34^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,12 +26,12 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D docs=true
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list