diff options
Diffstat (limited to 'extra/gtkspell/PKGBUILD')
-rw-r--r-- | extra/gtkspell/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gtkspell/PKGBUILD b/extra/gtkspell/PKGBUILD index 5dc2fef2d..8b6deb059 100644 --- a/extra/gtkspell/PKGBUILD +++ b/extra/gtkspell/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.16 pkgrel=2 url="http://gtkspell.sourceforge.net/" pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk2' 'enchant') makedepends=('intltool' 'gtk-doc') |