diff options
-rw-r--r-- | main/rtorrent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtorrent/APKBUILD b/main/rtorrent/APKBUILD index f824fe45ef..af6baa95bc 100644 --- a/main/rtorrent/APKBUILD +++ b/main/rtorrent/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license='GPL' -arch='all' +arch='x86_64' makedepends='libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev' subpackages="$pkgname-doc" source="http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz" |