Date: Sunday, September 27, 2020 @ 17:02:26 Author: heftig Revision: 396779
3.38-1 Modified: gnome-contacts/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 17:00:52 UTC (rev 396778) +++ PKGBUILD 2020-09-27 17:02:26 UTC (rev 396779) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gnome-contacts -pkgver=3.36.2 +pkgver=3.38 pkgrel=1 pkgdesc="Contacts Manager for GNOME" url="https://wiki.gnome.org/Apps/Contacts" @@ -10,9 +10,9 @@ license=(GPL2) depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee cheese libhandy) -makedepends=(vala gobject-introspection git meson) +makedepends=(vala gobject-introspection git meson appstream-glib) groups=(gnome) -_commit=db8ac3f6d69ae09a5dfbd8c96997848186a2b13f # tags/3.36.2^0 +_commit=626c6e3d99b61a6c3ab4368d45bdae7e7461e10f # tags/3.38^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ } build() { - arch-meson $pkgname build -D docs=true + arch-meson $pkgname build meson compile -C build }
