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 fa128ba9d..8db1d4fe3 100644 --- a/community/xemacs/PKGBUILD +++ b/community/xemacs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xemacs pkgver=21.5.33 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') |