diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-24 05:13:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-24 05:13:16 -0500 |
commit | 6d585eb3ccb8cc18ecc977432ee3b6d618f1a41f (patch) | |
tree | 7633ecda5b3686647f84654a9e6b644076fee8fe /extra/nx | |
parent | cc565b7309a5708f2375b5f6926d173fd122119d (diff) |
Add mips64el in archs
Diffstat (limited to 'extra/nx')
-rw-r--r-- | extra/nx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nx/PKGBUILD b/extra/nx/PKGBUILD index c4d5cd01b..39de08afd 100644 --- a/extra/nx/PKGBUILD +++ b/extra/nx/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=nx pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers') pkgver=3.5.0.14 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://wiki.x2go.org/" license=('GPL') options=('!makeflags') |