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 1f2f03177..d3f53926f 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156752 2012-04-23 09:04:45Z ibiru $ +# $Id: PKGBUILD 159018 2012-05-15 10:22:47Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ options=('!libtool' '!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d') +sha256sums=('aa08c5e5abf75b3d617d6ab17d16c5a5b1775558a3cd4415554d5bcd78d1914d') build() { cd $pkgname-$pkgver |