diff options
Diffstat (limited to 'community/xemacs/PKGBUILD')
-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 2dcde06ee..3071a16ea 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xemacs pkgver=21.5.29 pkgrel=3 pkgdesc="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>=1.20.4' 'bash' 'ncurses>=5.6-7' 'desktop-file-utils' 'libxaw' 'libjpeg') |