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 6a11103fc..3a3e1a634 100644 --- a/extra/evolution-ews/PKGBUILD +++ b/extra/evolution-ews/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210431 2014-04-14 20:06:07Z jgc $ +# $Id: PKGBUILD 213460 2014-05-23 23:30:52Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=evolution-ews -pkgver=3.12.1 +pkgver=3.12.2 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=('!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7') +sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20') build() { cd $pkgname-$pkgver |