diff options
Diffstat (limited to 'community/geary/PKGBUILD')
-rwxr-xr-x | community/geary/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index 707aa6905..adb83f731 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 102595 2013-12-16 08:40:54Z alucryd $ +# $Id: PKGBUILD 105142 2014-02-01 15:05:47Z alucryd $ # Maintainer: Maxime Gauduin <alucryd at gmail dot com> # Contributor : sebikul <sebikul@gmail.com> # Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=geary -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'webkit 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} |