diff options
Diffstat (limited to 'community/eterm/PKGBUILD')
-rw-r--r-- | community/eterm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/eterm/PKGBUILD b/community/eterm/PKGBUILD index cfb3d5613..332dfcd9b 100644 --- a/community/eterm/PKGBUILD +++ b/community/eterm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=eterm pkgver=0.9.6 pkgrel=1 pkgdesc="A vt102 terminal emulator intended as a replacement for xterm." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.eterm.org/" license=('custom') depends=('freetype2>=2.3.5' 'libast>=0.7' 'libxmu' 'libxres') |