Date: Sunday, March 31, 2013 @ 15:44:34 Author: heftig Revision: 181108
3.8.0 Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-31 13:42:03 UTC (rev 181107) +++ PKGBUILD 2013-03-31 13:44:34 UTC (rev 181108) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.6.3 +pkgver=3.8.0 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') @@ -12,12 +12,12 @@ makedepends=('intltool' 'evolution') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6') +sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/evolution --disable-static + --libexecdir=/usr/lib/evolution --disable-static --with-krb5 make }
