diff options
Diffstat (limited to 'extra/evolution-ews/PKGBUILD')
-rw-r--r-- | extra/evolution-ews/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/evolution-ews/PKGBUILD b/extra/evolution-ews/PKGBUILD index cb5d94e54..f5dd3ea4a 100644 --- a/extra/evolution-ews/PKGBUILD +++ b/extra/evolution-ews/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 191347 2013-07-23 17:52:56Z jgc $ +# $Id: PKGBUILD 192425 2013-08-11 13:43:43Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=evolution-ews -pkgver=3.8.4 +pkgver=3.8.5 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('evolution-data-server' 'gtkhtml4' 'libmspack') makedepends=('intltool' 'evolution') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660') +sha256sums=('74a0fdcc698797902ca107f3523e3d3b3e51b8ba01709d308b47ed31e99de877') build() { cd $pkgname-$pkgver |