Date: Monday, December 16, 2013 @ 00:05:32 Author: alucryd Revision: 102581
upgpkg: geary 0.4.3-1 Modified: geary/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-15 21:52:44 UTC (rev 102580) +++ PKGBUILD 2013-12-15 23:05:32 UTC (rev 102581) @@ -4,17 +4,17 @@ # Contributor : Massimiliano Torromeo <[email protected]> pkgname=geary -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=1 -pkgdesc="A lightweight email client for the GNOME desktop" +pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') -url="http://www.yorba.org/projects/geary/" +url='http://www.yorba.org/projects/geary/' license=('GPL3') depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'libunique3' 'webkitgtk3') makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" -source=("http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('e111e1f650afb8fe35d3a9f8ce19f698ee41263d5b21b31bf0b5bd4a24a207b3') +source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('58a4021bea6be813a1381597f23b646335c9e15c3a7d818c302752a7e07e37a0') build() { cd ${pkgname}-${pkgver}
