diff options
Diffstat (limited to 'core/ncurses/PKGBUILD')
-rw-r--r-- | core/ncurses/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ncurses/PKGBUILD b/core/ncurses/PKGBUILD index b55c21040..866b1f3fd 100644 --- a/core/ncurses/PKGBUILD +++ b/core/ncurses/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ncurses pkgver=5.9 pkgrel=3 pkgdesc="System V Release 4.0 curses emulation library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/ncurses/" license=('MIT') depends=('glibc') |