Date: Sunday, April 28, 2019 @ 16:17:33 Author: alucryd Revision: 455090
upgpkg: geary 3.33.1-1 Modified: geary/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-28 16:15:15 UTC (rev 455089) +++ PKGBUILD 2019-04-28 16:17:33 UTC (rev 455090) @@ -3,7 +3,7 @@ # Contributor: Massimiliano Torromeo <[email protected]> pkgname=geary -pkgver=3.32.0 +pkgver=3.33.1 pkgrel=1 pkgdesc='A lightweight email client for the GNOME desktop' arch=(x86_64) @@ -23,15 +23,18 @@ iso-codes libcanberra libgee + libhandy libnotify libsecret libsoup libxml2 + libytnef pango sqlite webkit2gtk ) makedepends=( + appstream-glib git gnome-doc-utils gobject-introspection @@ -40,7 +43,7 @@ meson vala ) -source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver}) +source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver}) sha256sums=(SKIP) build() {
