diff options
Diffstat (limited to 'community/chicken/PKGBUILD')
-rw-r--r-- | community/chicken/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 89c2c2ba7..b851d61de 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -8,7 +8,7 @@ pkgname=chicken pkgver=4.8.0.3 pkgrel=1 pkgdesc='Compiler for R5RS scheme, featuring handy extensions' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://call-cc.org/' license=('BSD') depends=('gcc') |