diff options
Diffstat (limited to 'community/xemacs')
-rw-r--r-- | community/xemacs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xemacs/PKGBUILD b/community/xemacs/PKGBUILD index 8e7d3fe69..df901e7ab 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xemacs pkgver=21.5.31 pkgrel=2 pkgdesc="An highly customizable open source text editor and application development system forked from GNU Emacs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xemacs.org/" license=('GPL') depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 'giflib') |