Date: Monday, October 21, 2013 @ 12:51:34 Author: heftig Revision: 196951
staticlibs Modified: celt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-21 10:37:47 UTC (rev 196950) +++ PKGBUILD 2013-10-21 10:51:34 UTC (rev 196951) @@ -6,7 +6,7 @@ pkgname=celt pkgver=0.11.3 -pkgrel=1 +pkgrel=2 pkgdesc="Low-latency audio communication codec" arch=(i686 x86_64) url="http://www.celt-codec.org/" @@ -18,7 +18,7 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --enable-custom-modes + ./configure --prefix=/usr --enable-custom-modes --disable-static make }
