diff options
Diffstat (limited to 'extra/aspell/PKGBUILD')
-rw-r--r-- | extra/aspell/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/aspell/PKGBUILD b/extra/aspell/PKGBUILD index 7e224400a..13f1144e2 100644 --- a/extra/aspell/PKGBUILD +++ b/extra/aspell/PKGBUILD @@ -10,7 +10,7 @@ _pkgmajorver=0.60 pkgrel=5 pkgdesc="A spell checker designed to eventually replace Ispell" url="http://aspell.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('gcc-libs' 'ncurses>=5.6-7') optdepends=('perl: to import old dictionaries') |