diff options
Diffstat (limited to 'community/pyogg')
-rw-r--r-- | community/pyogg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pyogg/PKGBUILD b/community/pyogg/PKGBUILD index 50eebb60e..b881ea888 100644 --- a/community/pyogg/PKGBUILD +++ b/community/pyogg/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pyogg pkgver=1.3 pkgrel=7 pkgdesc="Python ogg wrapper library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ekyo.nerim.net/software/pyogg/index.html" license=('LGPL2') depends=('python2' 'libogg' 'glibc') |