upgpkg: rutorrent 4.1.7-1
This commit is contained in:
parent
af4a41b4f2
commit
da98ef6e5f
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
|
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
|
||||||
|
|
||||||
pkgname=rutorrent
|
pkgname=rutorrent
|
||||||
pkgver=4.0.1
|
pkgver=4.1.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Yet another web front-end for rTorrent'
|
pkgdesc='Yet another web front-end for rTorrent'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -21,7 +21,7 @@ backup=(
|
||||||
'etc/rutorrent/access.ini'
|
'etc/rutorrent/access.ini'
|
||||||
)
|
)
|
||||||
options=('emptydirs' '!strip')
|
options=('emptydirs' '!strip')
|
||||||
_commit='fca1435846491fe8ff89746bbdc960a0f24a3d9d'
|
_commit='96cd4bb2cbbb2b8035996a78f774e12c1a8aafd7'
|
||||||
source=(
|
source=(
|
||||||
"$pkgname::git+$url#commit=$_commit"
|
"$pkgname::git+$url#commit=$_commit"
|
||||||
'tmpfiles.conf'
|
'tmpfiles.conf'
|
||||||
|
@ -29,7 +29,7 @@ source=(
|
||||||
)
|
)
|
||||||
b2sums=('SKIP'
|
b2sums=('SKIP'
|
||||||
'f762fe34e415632f4a458f83ab305a7c5fe231c04ed3cce7b3a7ab99e00aa4a767bab8212edcff80b954d974cf347919b36052dcea5caf0504fb79b745456349'
|
'f762fe34e415632f4a458f83ab305a7c5fe231c04ed3cce7b3a7ab99e00aa4a767bab8212edcff80b954d974cf347919b36052dcea5caf0504fb79b745456349'
|
||||||
'4b71911de4b9f75d7d3d3e5d0e5fbc611c218a8e77f9fa3af969d6f0f9d5491418d3cb0b8d0720f2c6c37a4bd87f9db7c875aa9d0caf17ab99dd8f224805215b')
|
'd3f6a9ce2553462673b34549ef0e77666ea53e07c1625dbaebc927a5b8ddc43733876bc7a49e3502ff97657d105f14e402c5f4a53340afeabef7755334a41be0')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
+ $log_file = '/var/log/rutorrent.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
|
$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
|
$overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
|
||||||
@@ -64,7 +64,7 @@
|
@@ -69,7 +69,7 @@
|
||||||
"localhost",
|
"localhost",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue