diff options
Diffstat (limited to 'community/mosh/PKGBUILD')
-rw-r--r-- | community/mosh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index f7b1baaaf..58f42ea53 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mosh pkgver=1.2.3 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') |