diff options
Diffstat (limited to 'community/corkscrew')
-rw-r--r-- | community/corkscrew/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/corkscrew/PKGBUILD b/community/corkscrew/PKGBUILD index 0ca69f387..c080c9bd3 100644 --- a/community/corkscrew/PKGBUILD +++ b/community/corkscrew/PKGBUILD @@ -6,7 +6,7 @@ pkgname=corkscrew pkgver=2.0 pkgrel=5 pkgdesc="A tool for tunneling SSH through HTTP proxies" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.agroman.net/corkscrew/" license=('GPL') source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz) |