diff options
Diffstat (limited to 'community/tor')
-rw-r--r-- | community/tor/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 91422a36c..ab0cdf7ca 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tor pkgver=0.2.2.35 pkgrel=1 pkgdesc='Anonymizing overlay network.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.torproject.org/' license=('BSD') depends=('openssl' 'libevent' 'tsocks' 'bash') |