diff options
Diffstat (limited to 'extra/pymad')
-rw-r--r-- | extra/pymad/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pymad/PKGBUILD b/extra/pymad/PKGBUILD index 2a5bf6596..2c145e71e 100644 --- a/extra/pymad/PKGBUILD +++ b/extra/pymad/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pymad pkgver=0.6 pkgrel=4 pkgdesc="Python interface to libmad." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.spacepants.org/src/pymad/" license=('LGPL') depends=('libmad' 'python2') |