diff options
Diffstat (limited to 'community/libtorrent')
-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 a15316f09..de466dea5 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='BitTorrent library written in C++' url='http://libtorrent.rakshasa.no/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libsigc++2.0' 'openssl') options=('!libtool') source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") |