diff options
Diffstat (limited to 'core/libssh2')
-rw-r--r-- | core/libssh2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD index eb0b7d867..4df093749 100644 --- a/core/libssh2/PKGBUILD +++ b/core/libssh2/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.4.3 pkgrel=1 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" url="http://www.libssh2.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('BSD') depends=('openssl') makedepends=('zlib') |