diff options
author | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
commit | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch) | |
tree | 62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /gnome-unstable/evolution-data-server/PKGBUILD | |
parent | a26ce336126d18cde915c2331250b8dfbffc24f8 (diff) |
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'gnome-unstable/evolution-data-server/PKGBUILD')
-rw-r--r-- | gnome-unstable/evolution-data-server/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/evolution-data-server/PKGBUILD b/gnome-unstable/evolution-data-server/PKGBUILD index 1e39bca6f..735cbbbc0 100644 --- a/gnome-unstable/evolution-data-server/PKGBUILD +++ b/gnome-unstable/evolution-data-server/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153757 2012-03-19 15:42:30Z ibiru $ +# $Id: PKGBUILD 154366 2012-03-27 11:34:53Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server -pkgver=3.3.92 +pkgver=3.4.0 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ install=$pkgname.install url="http://www.gnome.org" license=('GPL') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a5cc6324899ecc936171ceb07ef678d341089615e6e600584baefbdd63e35a7d') +sha256sums=('7132aee89b73187155c8afec43b9b3cc5c97098a488aad3872f7fedd0552a6ac') build() { cd "$pkgname-$pkgver" |