summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-08-24 08:54:21 -0700
committerDonald Webster2019-08-24 08:54:21 -0700
commite1ce9d2c167af73f15ab61a65c8b059839f3a355 (patch)
tree2f30b7825417783e8369d8093268b86781e2c346
parent9159d9748840149cf77f072487e1957bcc216094 (diff)
downloadaur-e1ce9d2c167af73f15ab61a65c8b059839f3a355.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 4caa0f9ce050..27b55d6d7a38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = lidarr-develop
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
provides = lidarr
diff --git a/PKGBUILD b/PKGBUILD
index cde930c0a4ad..963f726e6398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,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')