diff options
Diffstat (limited to 'community/tea/PKGBUILD')
-rw-r--r-- | community/tea/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 788c6c222..f96428d06 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea pkgver=35.0.0 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tea-editor.sourceforge.net/" license=('GPL') depends=('qt4' 'aspell' 'hunspell') |