diff options
Diffstat (limited to 'extra/socat/PKGBUILD')
-rw-r--r-- | extra/socat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/socat/PKGBUILD b/extra/socat/PKGBUILD index 1ed30bf7f..435321d1b 100644 --- a/extra/socat/PKGBUILD +++ b/extra/socat/PKGBUILD @@ -7,7 +7,7 @@ pkgname=socat pkgver=1.7.1.3 pkgrel=1 pkgdesc='Relay for bidirectional data transfer via socket, pty, pipe, file and more' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://www.dest-unreach.org/socat/' depends=('readline' 'openssl' 'tcp_wrappers') |