Package Details: rtorrent-ps-ch 1.8.3-4

Git Clone URL: https://aur.archlinux.org/rtorrent-ps-ch.git (read-only, click to copy)
Package Base: rtorrent-ps-ch
Description: Extended rTorrent-ps with additional UI patches, general fixes and enhancements
Upstream URL: https://github.com/chros73/rtorrent-ps-ch
Licenses: GPL2
Conflicts: rtorrent, rtorrent-ps
Provides: rtorrent
Submitter: QDesjardin
Maintainer: QDesjardin
Last Packager: QDesjardin
Votes: 4
Popularity: 0.92
First Submitted: 2019-10-17 18:15 (UTC)
Last Updated: 2024-05-17 01:52 (UTC)

Required by (23)

Sources (21)

Latest Comments

francisuk1989 commented on 2024-05-17 02:09 (UTC)

@QDesjardin Perfect! and thanks for the quick fixes.

QDesjardin commented on 2024-05-17 01:53 (UTC)

@francisuk1989 updated the PKGBUILD to reflect those changes, thanks.

francisuk1989 commented on 2024-05-17 01:46 (UTC) (edited on 2024-05-17 01:50 (UTC) by francisuk1989)

Everything works great as of 2024-05-17, I did edit the PKGBUILD file and instead of curl 7.15.4 i used the latest curl 8.7.1 (from the Arch main Repos) and compiled and installed fine.

depends=('curl' 'autoconf' 'automake' 'ncurses' 'xmlrpc-c' 'libtorrent-ps-ch')

Also for the PKGBUILD file, Under Arch "any" can this be changed from "any" to x86_64

Ngjj commented on 2023-04-22 10:16 (UTC)

Hello. When I try to build the package pacman said that it couldn't find xmlrpc-c and libtorrent-ps-ch

QDesjardin commented on 2022-03-07 22:18 (UTC) (edited on 2022-03-07 22:37 (UTC) by QDesjardin)

Dependencies have been updated.

Also, even though upstream GitHub source says it's updated to 1.8.4, that's because their provided build.sh script was having issues downloading xmlrpc-c from bintray (a platform which has shut down recently). This issue doesn't apply here, since PKGBUILD pulls xmlrpc-c from Arch repositories.

solonovamax commented on 2021-04-20 14:43 (UTC)

Please add dependency on autoconf and automake. I forgot to install them and didn't have them on my system, and the build fails without them.

QDesjardin commented on 2019-10-19 15:08 (UTC)

Should be fixed now, thanks.

vp1981 commented on 2019-10-19 14:08 (UTC)

Hi, your PKGBUILD missed dependency: 'libtorrent-ps-ch'.

If I remove rtorrent and libtorrent packages from a system I could begin to run makepkg on your PKGBUILD which of course failed on configure step due to missing libtorrent. To avoid that you need to use

depends=('curl>=7.15.4' 'ncurses' 'xmlrpc-c' 'libtorrent-ps-ch')