diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/opus/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/opus/PKGBUILD')
-rw-r--r-- | extra/opus/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/opus/PKGBUILD b/extra/opus/PKGBUILD index af7686b50..0a04c3a2b 100644 --- a/extra/opus/PKGBUILD +++ b/extra/opus/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 198357 2013-10-30 14:22:43Z allan $ +# $Id: PKGBUILD 200804 2013-12-05 18:41:22Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com> # Contributor: pumbur pkgname=opus -pkgver=1.0.3 -pkgrel=2 +pkgver=1.1 +pkgrel=1 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet" arch=(i686 x86_64) url="http://www.opus-codec.org/" license=(BSD) depends=(glibc) source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('86eedbd3c5a0171d2437850435e6edff') +md5sums=('c5a8cf7c0b066759542bc4ca46817ac6') build() { cd $pkgname-$pkgver |