Date: Monday, March 23, 2015 @ 09:22:02 Author: jgc Revision: 234522 upgpkg: evolution-ews 3.16.0-1
Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-23 08:20:06 UTC (rev 234521) +++ PKGBUILD 2015-03-23 08:22:02 UTC (rev 234522) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.15.92 +pkgver=3.16.0 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') @@ -12,12 +12,12 @@ makedepends=('intltool') options=('!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('0ae1575a2ed2b286e19c8cbf40c8b0a3d070b8af2e5142ea4f7e2ecf49df9531') +sha256sums=('e439d51253e357a363fbc08425ce9cf2e4a2ec11532c3fd16584487c5b7ae9d7') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/evolution --disable-static --with-krb5 + --libexecdir=/usr/lib/evolution --disable-static make }
