diff options
Diffstat (limited to 'community/liboggz')
-rw-r--r-- | community/liboggz/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/liboggz/PKGBUILD b/community/liboggz/PKGBUILD index 01aec1fc9..ac73928d6 100644 --- a/community/liboggz/PKGBUILD +++ b/community/liboggz/PKGBUILD @@ -8,7 +8,7 @@ pkgname=liboggz pkgver=1.1.1 pkgrel=3 pkgdesc="A simple programming interface for reading and writing Ogg files and streams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xiph.org/oggz/" license=('custom:BSD') depends=('libogg' 'sh') |