summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2022-08-30 13:41:04 -0700
committerDonald Webster2022-08-30 13:41:04 -0700
commited60b2c07762b6421271dd58d83b75d288faab2a (patch)
treebaf94ca963a33dcbc59bf3c4fb38d99ad1a70efd
parentf8b9ea2f46f79cd5280d066f06c006f7cec92e08 (diff)
downloadaur-ed60b2c07762b6421271dd58d83b75d288faab2a.tar.gz
Add qbittorrent, prowlarr and nzbhydra2 as optdepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD23
2 files changed, 19 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8661c081f66..918fc6ded4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,12 +10,15 @@ pkgbase = radarr-develop
depends = sqlite
optdepends = sabnzbd: usenet downloader
optdepends = nzbget: usenet downloader
+ optdepends = qbittorrent: torrent downloader
+ optdepends = deluge: torrent downloader
+ optdepends = rtorrent: torrent downloader
optdepends = transmission-cli: torrent downloader (CLI and daemon)
optdepends = transmission-gtk: torrent downloader (GTK+)
optdepends = transmission-qt: torrent downloader (Qt)
- optdepends = deluge: torrent downloader
- optdepends = rtorrent: torrent downloader
optdepends = jackett: torrent indexer proxy
+ optdepends = nzbhydra2: torznab and usenet indexer proxy
+ optdepends = prowlarr: torrent and usenet indexer proxy
optdepends = libgdiplus: provides a gdi+ compatible api
provides = radarr
provides = radarr-aphrodite
diff --git a/PKGBUILD b/PKGBUILD
index 25a6df04ee6a..97c2aa235b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,20 @@ url="https://github.com/Radarr/Radarr"
license=('GPL3')
options=('!strip' 'staticlibs')
depends=('sqlite')
-optdepends=('sabnzbd: usenet downloader'
- 'nzbget: usenet downloader'
- 'transmission-cli: torrent downloader (CLI and daemon)'
- 'transmission-gtk: torrent downloader (GTK+)'
- 'transmission-qt: torrent downloader (Qt)'
- 'deluge: torrent downloader'
- 'rtorrent: torrent downloader'
- 'jackett: torrent indexer proxy'
- 'libgdiplus: provides a gdi+ compatible api')
+optdepends=(
+ 'sabnzbd: usenet downloader'
+ 'nzbget: usenet downloader'
+ 'qbittorrent: torrent downloader'
+ 'deluge: torrent downloader'
+ 'rtorrent: torrent downloader'
+ 'transmission-cli: torrent downloader (CLI and daemon)'
+ 'transmission-gtk: torrent downloader (GTK+)'
+ 'transmission-qt: torrent downloader (Qt)'
+ 'jackett: torrent indexer proxy'
+ 'nzbhydra2: torznab and usenet indexer proxy'
+ 'prowlarr: torrent and usenet indexer proxy'
+ 'libgdiplus: provides a gdi+ compatible api'
+)
provides=('radarr' 'radarr-aphrodite')
conflicts=('radarr' 'radarr-aphrodite')