diff options
Diffstat (limited to 'extra/opus/PKGBUILD')
-rw-r--r-- | extra/opus/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/opus/PKGBUILD b/extra/opus/PKGBUILD index 46008e22c..6a9043f08 100644 --- a/extra/opus/PKGBUILD +++ b/extra/opus/PKGBUILD @@ -5,9 +5,9 @@ pkgname=opus pkgver=1.0.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="Codec designed for interactive speech and audio transmission over the Internet" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.opus-codec.org/" license=('custom') depends=('glibc') |