diff options
Diffstat (limited to 'community/nickle/PKGBUILD')
-rw-r--r-- | community/nickle/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nickle/PKGBUILD b/community/nickle/PKGBUILD index 44f3e05ca..6f860bc9d 100644 --- a/community/nickle/PKGBUILD +++ b/community/nickle/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nickle pkgver=2.70 pkgrel=2 pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nickle.org" license=('custom') depends=('readline') |