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 809285062..632d88604 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -9,7 +9,7 @@ pkgname=tea pkgver=37.1.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://semiletov.org/tea/" license=('GPL') depends=('qt4' 'aspell' 'hunspell') |