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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 22:01:04 UTC 2022


    Date: Saturday, April 2, 2022 @ 22:01:04
  Author: heftig
Revision: 441326

42.0-1

Modified:
  gnome-contacts/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 21:58:00 UTC (rev 441325)
+++ PKGBUILD	2022-04-02 22:01:04 UTC (rev 441326)
@@ -2,23 +2,24 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-contacts
-pkgver=41.0
-pkgrel=2
+pkgver=42.0
+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 libcheese
-         libhandy)
+depends=(gtk4 folks gnome-online-accounts libgee libadwaita libportal
+         evolution-data-server)
 makedepends=(vala gobject-introspection git meson appstream-glib)
 groups=(gnome)
-_commit=06d6cd077014164d820a35d4f10d890b25572ab1  # tags/41.0^0
+options=(debug)
+_commit=06fd6bf78baa1717290af02160cc6db4d19ad075  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list