diff options
Diffstat (limited to 'extra/evolution/PKGBUILD')
-rw-r--r-- | extra/evolution/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/evolution/PKGBUILD b/extra/evolution/PKGBUILD index e3ea54d0f..1ed07197d 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 201348 2013-12-09 08:51:13Z heftig $ +# $Id: PKGBUILD 205806 2014-02-10 12:27:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.10.3 +pkgver=3.10.4 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=(i686 x86_64) @@ -19,7 +19,7 @@ options=('!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c') +sha256sums=('ac60557f264f211e6a7bc0ced919041c154e4c7b9c79600516aee7acc1d03e40') build() { cd $pkgname-$pkgver |