diff options
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/evolution/PKGBUILD b/testing/evolution/PKGBUILD index 99a303c6e..a103a4204 100644 --- a/testing/evolution/PKGBUILD +++ b/testing/evolution/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155052 2012-04-01 11:31:35Z heftig $ +# $Id: PKGBUILD 156230 2012-04-16 12:13:21Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.4.0.1 +pkgver=3.4.1 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=('i686' 'x86_64') @@ -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=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a') +sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d') build() { cd $pkgname-$pkgver |