diff options
author | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-01 23:14:36 +0000 |
commit | eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 (patch) | |
tree | 8b84e75352e1becac08cfc404361e88753b5daac /extra/evolution-data-server | |
parent | 31f40feaa17912cf0ebfa72dd9368264633b3830 (diff) |
Thu Sep 1 23:14:36 UTC 2011
Diffstat (limited to 'extra/evolution-data-server')
-rw-r--r-- | extra/evolution-data-server/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index d7303a1eb..e041fff91 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 129456 2011-06-28 01:27:57Z stephane $ +# $Id: PKGBUILD 136661 2011-08-31 11:49:46Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server -pkgver=3.0.2.1 -pkgrel=2 +pkgver=3.0.3 +pkgrel=1 pkgdesc="Central location for addressbook and calendar storage in the GNOME Desktop" arch=('i686' 'x86_64') depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 'db' 'libgdata') @@ -11,8 +11,8 @@ makedepends=('intltool' 'gperf' 'gobject-introspection') options=('!libtool') url="http://www.gnome.org" license=('GPL') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('1b14c57a835745ee2c0141a76a07d44688dfb2d758bf3b818fe1860b59451f9b') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz) +sha256sums=('c23cfb53cc6224fd61339b1d4bf8bde869149c808cf31c29529c0f2dd364c033') build() { cd "${srcdir}/${pkgname}-${pkgver}" |