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 f774a47a8..c4b80b6c1 100644 --- a/extra/evolution-ews/PKGBUILD +++ b/extra/evolution-ews/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169870 2012-10-30 22:25:20Z heftig $ +# $Id: PKGBUILD 170812 2012-11-12 02:30:11Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=evolution-ews -pkgver=3.6.0 +pkgver=3.6.1 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop') makedepends=('intltool' 'evolution') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('a1d40971f47bfd947349f48a86f8a5ec7252db41b9b0d19204b4e28f2408a96a') +sha256sums=('77931879da57a0721fb3bdc383eab961bf1f20040f309b7be329f19488e5f836') build() { cd $pkgname-$pkgver |