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

Jan Steffens heftig at gemini.archlinux.org
Tue Nov 2 23:55:24 UTC 2021


    Date: Tuesday, November 2, 2021 @ 23:55:24
  Author: heftig
Revision: 427037

41.0-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-02 23:50:39 UTC (rev 427036)
+++ PKGBUILD	2021-11-02 23:55:24 UTC (rev 427037)
@@ -2,17 +2,17 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-contacts
-pkgver=40.0
+pkgver=41.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 cheese
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee libcheese
          libhandy)
 makedepends=(vala gobject-introspection git meson appstream-glib)
 groups=(gnome)
-_commit=8c27ab8cb5e7fcdfe40a27e9744bd1299360a7c4  # tags/40.0^0
+_commit=06d6cd077014164d820a35d4f10d890b25572ab1  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list