diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-04-08 01:17:29 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-08 09:34:27 +0000 |
commit | 9916bd8203f9d53223901d03cb68eaa497036b27 (patch) | |
tree | 8ce7d6e8dc8761cb75403263db206b0a35426ba8 /community/rtorrent | |
parent | 7ff7b3cd8bbde08fc6052d34b9d0e5b7e25d8fe9 (diff) | |
download | aports-9916bd8203f9d53223901d03cb68eaa497036b27.tar.bz2 aports-9916bd8203f9d53223901d03cb68eaa497036b27.tar.xz |
community/rtorrent: rebuild against xmlrpc-c 1.51
Diffstat (limited to 'community/rtorrent')
-rw-r--r-- | community/rtorrent/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rtorrent/APKBUILD b/community/rtorrent/APKBUILD index c956046ccc..806ebdef92 100644 --- a/community/rtorrent/APKBUILD +++ b/community/rtorrent/APKBUILD @@ -5,15 +5,15 @@ pkgname=rtorrent pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="Ncurses BitTorrent client based on libTorrent" -url="http://rakshasa.github.io/rtorrent/" +url="https://rakshasa.github.io/rtorrent/" license="GPL" arch="all" makedepends="libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev" checkdepends="cppunit-dev" subpackages="$pkgname-doc" -source="http://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz" +source="https://rtorrent.net/downloads/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { |