summaryrefslogtreecommitdiff
path: root/community/mosh
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-30 08:56:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-30 08:56:50 -0500
commit80148448a32ef60b19d35d7ff4e3a7443c43a41b (patch)
treee859645d9a90ab93ca3f6fc04b53075fff831632 /community/mosh
parentc7e80d90ff5637e1be58084748ff74d0aefda9dd (diff)
Add mips64el in archs
Diffstat (limited to 'community/mosh')
-rw-r--r--community/mosh/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD
index 651e3b33e..bee3d101b 100644
--- a/community/mosh/PKGBUILD
+++ b/community/mosh/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=mosh
pkgver=1.2.2
pkgrel=1
pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'mips64el')
url="http://mosh.mit.edu/"
license=('GPL3')
depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty')