Date: Friday, July 12, 2013 @ 23:29:41 Author: heftig Revision: 190018
1.0.3 Modified: opus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-12 20:47:00 UTC (rev 190017) +++ PKGBUILD 2013-07-12 21:29:41 UTC (rev 190018) @@ -5,8 +5,8 @@ # Contributor: pumbur pkgname=opus -pkgver=1.0.2 -pkgrel=2 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet" arch=(i686 x86_64) url="http://www.opus-codec.org/" @@ -14,7 +14,7 @@ depends=(glibc) options=('!libtool') source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('c503ad05a59ddb44deab96204401be03') +md5sums=('86eedbd3c5a0171d2437850435e6edff') build() { cd $pkgname-$pkgver
