summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-08-24 08:53:47 -0700
committerDonald Webster2019-08-24 08:53:47 -0700
commitda7d57f956eea7b44b7f631737722dedaf0aac8c (patch)
tree334e2997ce67f3785136daa631a71898f692df5a
parent1c12ddb228ef589570d7edfada71c76c255aa065 (diff)
downloadaur-da7d57f956eea7b44b7f631737722dedaf0aac8c.tar.gz
Add qbittorrent to opt depends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4a3691469d..a66dd1e7d22a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = lidarr
optdepends = transmission-qt: torrent downloader (Qt)
optdepends = deluge: torrent downloader
optdepends = rtorrent: torrent downloader
+ optdepends = qbittorrent: torrent downloader
+ optdepends = qbittorrent-nox: torrent downloader (no X)
optdepends = jackett: torrent indexer proxy
optdepends = libgdiplus: provides a gdi+ compatible api
source = https://github.com/lidarr/Lidarr/releases/download/v0.6.2.883/Lidarr.develop.0.6.2.883.linux.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 71a1b119058e..bf7d997c9510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,8 @@ optdepends=('sabnzbd: usenet downloader'
'transmission-qt: torrent downloader (Qt)'
'deluge: torrent downloader'
'rtorrent: torrent downloader'
+ 'qbittorrent: torrent downloader'
+ 'qbittorrent-nox: torrent downloader (no X)'
'jackett: torrent indexer proxy'
'libgdiplus: provides a gdi+ compatible api')