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-exchange | |
parent | 31f40feaa17912cf0ebfa72dd9368264633b3830 (diff) |
Thu Sep 1 23:14:36 UTC 2011
Diffstat (limited to 'extra/evolution-exchange')
-rw-r--r-- | extra/evolution-exchange/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/evolution-exchange/PKGBUILD b/extra/evolution-exchange/PKGBUILD index a04bdc13b..3741af84f 100644 --- a/extra/evolution-exchange/PKGBUILD +++ b/extra/evolution-exchange/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 129506 2011-06-28 14:23:10Z stephane $ +# $Id: PKGBUILD 136701 2011-08-31 14:58:18Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-exchange -pkgver=3.0.2 -pkgrel=2 +pkgver=3.0.3 +pkgrel=1 pkgdesc="Ximian Connector Exchange plugin for Evolution" arch=('i686' 'x86_64') license=('GPL') @@ -12,8 +12,8 @@ depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop' 'libunique3') makedepends=('intltool' 'evolution') options=('!libtool' '!emptydirs') install=evolution-exchange.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('84f5c638aee1f6ed49de0d0f331d3b29907f7b211bd6c70f37698dedcd3e5f5a') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('45740017f509f45cc2eba525022da8828017ad98737179b450d3177b469b30d7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |