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 162584730..272c319ed 100644 --- a/extra/gtkspell/PKGBUILD +++ b/extra/gtkspell/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.0.16 pkgrel=1 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>=2.18.3' 'enchant>=1.5.0') makedepends=('intltool' 'gtk-doc') |