Date: Sunday, November 22, 2009 @ 15:31:21 Author: pierre Revision: 59371
Modified: xmlrpc-c/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-11-22 20:21:39 UTC (rev 59370) +++ PKGBUILD 2009-11-22 20:31:21 UTC (rev 59371) @@ -3,7 +3,7 @@ # Contributor: Vitaliy Berdinskikh <[email protected]> pkgname=xmlrpc-c -pkgver=1.06.36 +pkgver=1.06.38 pkgrel=1 pkgdesc='This library provides a modular implementation of XML-RPC for C and C++' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('libtool') options=('!makeflags' '!libtool') source=("http://downloads.sourceforge.net/xmlrpc-c/xmlrpc-c-${pkgver}.tgz") -md5sums=('22b322ea97bfd54f5bc1caaf02f995a9') +md5sums=('3ddfda82b131cbbd8a5d0b80a4309d8d') build() { [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC"
