Date: Monday, November 9, 2015 @ 11:38:43 Author: jgc Revision: 250234
upgpkg: evolution-ews 3.18.2-1 Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-09 10:36:56 UTC (rev 250233) +++ PKGBUILD 2015-11-09 10:38:43 UTC (rev 250234) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.18.1 +pkgver=3.18.2 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" arch=('i686' 'x86_64') @@ -12,12 +12,13 @@ makedepends=('intltool') options=('!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('4c9c36a99c707f55b3333ae675d13899da0c19b1e24c2f80ee386a6eb155e44b') +sha256sums=('cc7c767f327dbaeb7961139d98ea17b1685c3584c728bb967140ae6c68458a9f') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/evolution --disable-static + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool make }
