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 d0a613d92..189417191 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183351 2013-04-21 22:08:56Z heftig $ +# $Id: PKGBUILD 185257 2013-05-12 15:22:50Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=(i686 x86_64) @@ -19,7 +19,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=('89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b') +sha256sums=('6333864015e83c2120ffe7adb262ac3055ac82995a915071440be96e08a73112') build() { cd $pkgname-$pkgver |