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 280b04ec4..59b8c9433 100644 --- a/core/libedit/PKGBUILD +++ b/core/libedit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libedit pkgver=20110802_3.0 pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.thrysoee.dk/editline/' license=('BSD') depends=('ncurses') |