Date: Monday, October 21, 2013 @ 17:32:09 Author: jgc Revision: 197066
upgpkg: exempi 2.2.1-2 no static libs Modified: exempi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-21 15:31:51 UTC (rev 197065) +++ PKGBUILD 2013-10-21 15:32:09 UTC (rev 197066) @@ -3,7 +3,7 @@ pkgname=exempi pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library to parse XMP metadata" arch=(i686 x86_64) url="http://libopenraw.freedesktop.org/wiki/Exempi" @@ -17,7 +17,7 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make }
