diff options
Diffstat (limited to 'community/cddb-py/PKGBUILD')
-rw-r--r-- | community/cddb-py/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cddb-py/PKGBUILD b/community/cddb-py/PKGBUILD index 6d2359f9f..1767fc689 100644 --- a/community/cddb-py/PKGBUILD +++ b/community/cddb-py/PKGBUILD @@ -8,7 +8,7 @@ pkgname=cddb-py pkgver=1.4 pkgrel=6 pkgdesc="CDDB-Server access from Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cddb-py.sourceforge.net" license=('GPL') depends=('python2') |