diff options
Diffstat (limited to 'extra/boo/PKGBUILD')
-rw-r--r-- | extra/boo/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/boo/PKGBUILD b/extra/boo/PKGBUILD index b9fcee689..c630d2d8c 100644 --- a/extra/boo/PKGBUILD +++ b/extra/boo/PKGBUILD @@ -7,7 +7,7 @@ pkgname=boo pkgver=0.9.4.9 pkgrel=1 pkgdesc="A wrist friendly language for the CLI" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://boo.codehaus.org/" license=('GPL') depends=('sh' 'mono' 'shared-mime-info') |