diff options
Diffstat (limited to 'core/openssh/PKGBUILD')
-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 a09087ac1..9b97d4c04 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -7,7 +7,7 @@ pkgname=openssh pkgver=5.9p1 pkgrel=5 pkgdesc='Free version of the SSH connectivity tools' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:BSD') url='http://www.openssh.org/portable.html' backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 'etc/conf.d/sshd') |