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 1b88938d3..a6e4e621d 100644 --- a/extra/aspell/PKGBUILD +++ b/extra/aspell/PKGBUILD @@ -9,8 +9,8 @@ pkgver=0.60.6.1 _pkgmajorver=0.60 pkgrel=1 pkgdesc="A spell checker designed to eventually replace Ispell" -arch=('i686' 'x86_64') url="http://aspell.net/" +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('gcc-libs' 'ncurses') optdepends=('perl: to import old dictionaries') |