Date: Monday, March 18, 2019 @ 09:23:07 Author: alucryd Revision: 442429
upgpkg: geary 3.32.0-1 Modified: geary/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-18 09:07:07 UTC (rev 442428) +++ PKGBUILD 2019-03-18 09:23:07 UTC (rev 442429) @@ -3,7 +3,7 @@ # Contributor: Massimiliano Torromeo <[email protected]> pkgname=geary -pkgver=0.13.3 +pkgver=3.32.0 pkgrel=1 pkgdesc='A lightweight email client for the GNOME desktop' arch=(x86_64) @@ -12,6 +12,7 @@ depends=( cairo enchant + folks gcr gdk-pixbuf2 glib2 @@ -39,8 +40,8 @@ meson vala ) -source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver}) -sha256sums=('SKIP') +source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver}) +sha256sums=(SKIP) build() { arch-meson geary build
