diff options
Diffstat (limited to 'community/autossh/PKGBUILD')
-rw-r--r-- | community/autossh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/autossh/PKGBUILD b/community/autossh/PKGBUILD index c15c56ad8..4e1769724 100644 --- a/community/autossh/PKGBUILD +++ b/community/autossh/PKGBUILD @@ -4,7 +4,7 @@ pkgname=autossh pkgver=1.4b pkgrel=2 pkgdesc="Automatically restart SSH sessions and tunnels" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.harding.motd.ca/autossh/" license=('custom') depends=('openssh') |