diff options
Diffstat (limited to 'core/openssh/PKGBUILD')
-rw-r--r-- | core/openssh/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD index a8899d96c..af1f711ec 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -5,9 +5,9 @@ pkgname=openssh pkgver=5.9p1 -pkgrel=4 +pkgrel=4.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') |