Date: Tuesday, October 25, 2022 @ 18:08:02 Author: heftig Revision: 458955
43.0-1 Modified: gnome-contacts/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 18:07:51 UTC (rev 458954) +++ PKGBUILD 2022-10-25 18:08:02 UTC (rev 458955) @@ -2,18 +2,18 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gnome-contacts -pkgver=42.0 +pkgver=43.0 pkgrel=1 pkgdesc="Contacts Manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" arch=(x86_64) license=(GPL2) -depends=(gtk4 folks gnome-online-accounts libgee libadwaita libportal +depends=(gtk4 folks gnome-online-accounts libgee libadwaita libportal-gtk4 evolution-data-server) makedepends=(vala gobject-introspection git meson appstream-glib) groups=(gnome) options=(debug) -_commit=06fd6bf78baa1717290af02160cc6db4d19ad075 # tags/42.0^0 +_commit=0f6c7d65479c54eee54b681836e1ae3c99a9443c # tags/43.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit") sha256sums=('SKIP') @@ -38,3 +38,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
