diff options
Diffstat (limited to 'community/geary/PKGBUILD')
-rwxr-xr-x | community/geary/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index 7a1f56786..400936f8a 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 102595 2013-12-16 08:40:54Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd at gmail dot com> +# $Id: PKGBUILD 105421 2014-02-07 11:42:11Z alucryd $ +# Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor : sebikul <sebikul@gmail.com> # Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=geary -pkgver=0.5.0 -pkgrel=1 +pkgver=0.5.1 +pkgrel=2 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64' 'mips64el') 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") -sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af') +sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1') build() { cd ${pkgname}-${pkgver} |