diff options
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r-- | community/libtorrent/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index a3c670b43..f797b95e0 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libtorrent pkgver=0.12.6 pkgrel=2 pkgdesc="BitTorrent library written in C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libtorrent.rakshasa.no" license=('GPL') depends=('libsigc++2.0' 'openssl') |