diff options
Diffstat (limited to 'community/ruby-ncurses/PKGBUILD')
-rw-r--r-- | community/ruby-ncurses/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-ncurses/PKGBUILD b/community/ruby-ncurses/PKGBUILD index 4fa6eaac3..ba37a6dc5 100644 --- a/community/ruby-ncurses/PKGBUILD +++ b/community/ruby-ncurses/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ruby-ncurses pkgver=1.3.1 pkgrel=5 pkgdesc='Module for interactive text console applications (ncurses)' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://ncurses-ruby.berlios.de/' license=('GPL') depends=('ruby' 'ncurses') |