Date: Monday, March 25, 2013 @ 23:37:03 Author: jgc Revision: 180707 upgpkg: evolution-data-server 3.8.0-1
Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-25 22:23:41 UTC (rev 180706) +++ PKGBUILD 2013-03-25 22:37:03 UTC (rev 180707) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.6.4 +pkgver=3.8.0 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.gnome.org" license=('GPL') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('50b4ca21bc57d2fe4933ea3072bf11d5e6069d0ecaacced0bd0f55f098d09f4e') +sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e') build() { cd "$pkgname-$pkgver" @@ -21,7 +21,7 @@ --localstatedir=/var --with-openldap=yes \ --libexecdir=/usr/lib/evolution-data-server \ --with-krb5=/usr --with-libdb=/usr \ - --enable-vala-bindings + --enable-vala-bindings --disable-uoa 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 }
