diff options
Diffstat (limited to 'core/libedit/PKGBUILD')
-rw-r--r-- | core/libedit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libedit/PKGBUILD b/core/libedit/PKGBUILD index 29b6480c8..1c6bf8162 100644 --- a/core/libedit/PKGBUILD +++ b/core/libedit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=20120601_3.0 pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' url='http://www.thrysoee.dk/editline/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('ncurses') options=('!libtool') |