Date: Friday, February 7, 2014 @ 12:22:01 Author: alucryd Revision: 105419
FS#38779: geary 0.5.1-2 Modified: geary/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-07 09:53:58 UTC (rev 105418) +++ PKGBUILD 2014-02-07 11:22:01 UTC (rev 105419) @@ -1,16 +1,16 @@ # $Id$ -# Maintainer: Maxime Gauduin <alucryd at gmail dot com> +# Maintainer: Maxime Gauduin <[email protected]> # Contributor : sebikul <[email protected]> # Contributor : Massimiliano Torromeo <[email protected]> pkgname=geary pkgver=0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') url='http://www.yorba.org/projects/geary/' license=('GPL3') -depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') +depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz")
