Date: Saturday, May 4, 2013 @ 10:37:31 Author: heftig Revision: 184221
Enable custom modes Modified: opus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-04 06:10:40 UTC (rev 184220) +++ PKGBUILD 2013-05-04 08:37:31 UTC (rev 184221) @@ -6,7 +6,7 @@ pkgname=opus pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet" arch=(i686 x86_64) url="http://www.opus-codec.org/" @@ -18,7 +18,7 @@ build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-custom-modes make }
