diff options
Diffstat (limited to 'community/xplc')
-rw-r--r-- | community/xplc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xplc/PKGBUILD b/community/xplc/PKGBUILD index bcd055e00..f31efdc52 100644 --- a/community/xplc/PKGBUILD +++ b/community/xplc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xplc pkgver=0.3.13 pkgrel=4 pkgdesc="Cross-Platform Lightweight Components" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xplc.sourceforge.net" license=('LGPL') depends=('gcc-libs') |