Package Details: rutorrent 5.3.1-1

Git Clone URL: https://aur.archlinux.org/rutorrent.git (read-only, click to copy)
Package Base: rutorrent
Description: Yet another web front-end for rTorrent
Upstream URL: https://github.com/Novik/ruTorrent
Keywords: bittorrent rtorrent torrent
Licenses: GPL
Conflicts: rutorrent-plugins
Submitter: None
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 123
Popularity: 0.000688
First Submitted: 2009-09-07 19:59 (UTC)
Last Updated: 2026-04-24 05:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

binhex commented on 2017-06-20 09:46 (UTC)

New release out, 3.8:- https://github.com/Novik/ruTorrent/releases/tag/v3.8

binhex commented on 2016-12-01 16:18 (UTC)

This is missing a dependancy required for the geoip rutorrent plugin to work (resolves ip to country). This is fixed by installing the php-geoip arch package:- https://www.archlinux.org/packages/community/x86_64/php-geoip/ once installed you then need to enable the php module by adding extension=geoip.so to the php.ini file, snippet shown below:- sed -i -e "/.*extension=gd.so/a extension=geoip.so" "/etc/php/php.ini"

Ketchup901 commented on 2016-08-10 10:28 (UTC)

fakeroot is required

<deleted-account> commented on 2016-07-21 18:34 (UTC)

Homepage has moved to https://github.com/Novik/ruTorrent

brenton commented on 2015-11-24 13:10 (UTC)

"AuthUserFile" line in "/usr/share/webapps/rutorrent/.htaccess" needs updating to use correct pathinstead of "/var/www/..." should look like: AuthUserFile "/usr/share/webapps/rutorrent/.htpasswd" Maybe a patch or install script might fix this.

tomk commented on 2015-07-16 09:10 (UTC)

Rutorrent wiki says: "Attention! Please install only those plugins you really need. The more plugins are installed - the longer load of the ruTorrent interface."[1] You're the maintainer, so the decision is yours. I'll be writing my own PKGBUILD to split them out again. [1] https://github.com/Novik/ruTorrent/wiki/Plugins

deusstultus commented on 2015-04-27 03:43 (UTC)

The 3.7 release zip has .gitignore files that get built into package. Patched to delete in prepare(). https://github.com/deusstultus/AUR/commit/50c2676719dec58bc875a8bfe2aba775064203cc

bolorino commented on 2015-04-17 23:20 (UTC)

@evana @dracorp Fine, thank you.

dracorp commented on 2015-04-17 21:47 (UTC)

@evana: thx. I've added rutorrent-plugins to the conflicts.

evana commented on 2015-04-17 20:01 (UTC)

@dracorp @bolorino Looks like rutorrent 3.7 includes plugins. Remove the rutorrent-plugins package and you'll be able to upgrade fine. This makes the rutorrent-plugins package obsolete.