From da98ef6e5f9264a514b508f8a96d333c1eb0030a Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 17 Jul 2023 20:00:10 +1200 Subject: [PATCH] upgpkg: rutorrent 4.1.7-1 --- rutorrent/PKGBUILD | 6 +++--- rutorrent/config.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rutorrent/PKGBUILD b/rutorrent/PKGBUILD index f28acb1..27397ee 100644 --- a/rutorrent/PKGBUILD +++ b/rutorrent/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson pkgname=rutorrent -pkgver=4.0.1 +pkgver=4.1.7 pkgrel=1 pkgdesc='Yet another web front-end for rTorrent' arch=('any') @@ -21,7 +21,7 @@ backup=( 'etc/rutorrent/access.ini' ) options=('emptydirs' '!strip') -_commit='fca1435846491fe8ff89746bbdc960a0f24a3d9d' +_commit='96cd4bb2cbbb2b8035996a78f774e12c1a8aafd7' source=( "$pkgname::git+$url#commit=$_commit" 'tmpfiles.conf' @@ -29,7 +29,7 @@ source=( ) b2sums=('SKIP' 'f762fe34e415632f4a458f83ab305a7c5fe231c04ed3cce7b3a7ab99e00aa4a767bab8212edcff80b954d974cf347919b36052dcea5caf0504fb79b745456349' - '4b71911de4b9f75d7d3d3e5d0e5fbc611c218a8e77f9fa3af969d6f0f9d5491418d3cb0b8d0720f2c6c37a4bd87f9db7c875aa9d0caf17ab99dd8f224805215b') + 'd3f6a9ce2553462673b34549ef0e77666ea53e07c1625dbaebc927a5b8ddc43733876bc7a49e3502ff97657d105f14e402c5f4a53340afeabef7755334a41be0') pkgver() { cd "$pkgname" diff --git a/rutorrent/config.patch b/rutorrent/config.patch index 3f94344..a784ac6 100644 --- a/rutorrent/config.patch +++ b/rutorrent/config.patch @@ -3,13 +3,13 @@ @@ -28,7 +28,7 @@ $do_diagnostic = true; // Diagnose ruTorrent. Recommended to keep enabled, unless otherwise required. $al_diagnostic = true; // Diagnose auto-loader. Set to "false" to make composer plugins work. - + - $log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging) + $log_file = '/var/log/rutorrent.log'; // path to log file (comment or leave blank to disable logging) $saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not - $overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name -@@ -64,7 +64,7 @@ + $overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name +@@ -69,7 +69,7 @@ "localhost", );