diff options
Diffstat (limited to 'community/proxytunnel')
-rw-r--r-- | community/proxytunnel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD index 5898ac43b..19eed56f3 100644 --- a/community/proxytunnel/PKGBUILD +++ b/community/proxytunnel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=proxytunnel pkgver=1.9.0 pkgrel=3 pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://proxytunnel.sourceforge.net" license=('GPL') depends=('openssl') |