diff options
Diffstat (limited to 'testing/evolution/PKGBUILD')
-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 b26e57872..b4a733a75 100644 --- a/testing/evolution/PKGBUILD +++ b/testing/evolution/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138876 2011-09-28 19:29:39Z ibiru $ +# $Id: PKGBUILD 140537 2011-10-16 20:03:37Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!libtool' '!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('538883531aa64bec1b43c73db9cf1b59573d10adc4d8dca6401e4bffa90f246d') +sha256sums=('244d4fcf57d59b3fe0bcedddc65da5f508b253cb64159e6ddb2bddedf8d7e19a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |