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 216607e42..26cc76268 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' 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") |