aboutsummaryrefslogtreecommitdiffstats
path: root/community/rtorrent/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rtorrent/APKBUILD')
-rw-r--r--community/rtorrent/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/rtorrent/APKBUILD b/community/rtorrent/APKBUILD
index 97ee21a3634..11d36892db8 100644
--- a/community/rtorrent/APKBUILD
+++ b/community/rtorrent/APKBUILD
@@ -4,15 +4,16 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=rtorrent
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="Ncurses BitTorrent client based on libTorrent"
url="https://rakshasa.github.io/rtorrent/"
license="GPL-2.0-or-later"
-arch="all"
+# riscv64 blocked by libtorrent
+arch="all !riscv64"
makedepends="libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev"
checkdepends="cppunit-dev"
subpackages="$pkgname-doc"
-source="https://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz"
+source="https://github.com/rakshasa/rtorrent-archive/raw/master/rtorrent-$pkgver.tar.gz"
build() {
./configure \
@@ -37,4 +38,6 @@ package() {
install -Dm644 doc/rtorrent.rc "$pkgdir"/usr/share/doc/rtorrent/rtorrent.rc
}
-sha512sums="016685948d0290694ab9635ae218c7acd876e6d45bea1bdba3a29c545e64f5d824c5e2f6693a4c2e9200196177881d54f312d72e0a19742bd74a03bd19ca05c7 rtorrent-0.9.8.tar.gz"
+sha512sums="
+016685948d0290694ab9635ae218c7acd876e6d45bea1bdba3a29c545e64f5d824c5e2f6693a4c2e9200196177881d54f312d72e0a19742bd74a03bd19ca05c7 rtorrent-0.9.8.tar.gz
+"