diff options
Diffstat (limited to 'core/openssh')
-rw-r--r-- | core/openssh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD index c3f6f519b..6d3313bfe 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('linux-headers') depends=('krb5' 'openssl' 'libedit' 'ldns') optdepends=('xorg-xauth: X11 forwarding' |