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 389d009c8..43e69d149 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openssh pkgver=5.8p1 pkgrel=1 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') |