diff options
Diffstat (limited to 'community/httptunnel')
-rw-r--r-- | community/httptunnel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/httptunnel/PKGBUILD b/community/httptunnel/PKGBUILD index dad2e7b9a..1d923e6de 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=httptunnel pkgver=3.3 pkgrel=3 pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP requests" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nocrew.org/software/httptunnel" license=('GPL2') depends=('glibc') |