diff options
Diffstat (limited to 'community/httptunnel/PKGBUILD')
-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 e9a048daa..2bc4b6049 100644 --- a/community/httptunnel/PKGBUILD +++ b/community/httptunnel/PKGBUILD @@ -6,7 +6,7 @@ pkgname=httptunnel pkgver=3.3 pkgrel=2 pkgdesc="httptunnel 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') |