summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-12-21 16:04:54 -0800
committerDonald Webster2021-12-21 16:04:54 -0800
commit8413433b5dc5ec5bc98b21946c3188178bce02bb (patch)
tree04bed7fe4e4a65a7e2a0eda0e136f51e5ac7fa5e
parenta1a59e30418f249956d4ad29ad27de34a59e6852 (diff)
downloadaur-8413433b5dc5ec5bc98b21946c3188178bce02bb.tar.gz
Fix pkgdesc and add optdepends.
-rw-r--r--PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76786236ce29..f476e3c3da22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,20 @@
pkgname="prowlarr"
pkgver=0.1.8.1231
pkgrel=1
-pkgdesc="Movie download automation for usenet and torrents."
+
+
+pkgdesc="Usenet and torrent aggregator, similar to nzbhydar2 and jackett."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/Prowlarr/Prowlarr"
license=('GPL3')
options=('!strip' 'staticlibs')
depends=('sqlite')
+optdepends=(
+ 'sonarr: automatically adds and remove indexers/trackers'
+ 'radarr: automatically adds and remove indexers/trackers'
+ 'lidarr: automatically adds and remove indexers/trackers'
+ 'readarr: automatically adds and remove indexers/trackers'
+)
source_x86_64=("prowlarr.develop.${pkgver}.linux-core-x64.tar.gz::https://prowlarr.servarr.com/v1/update/develop/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=x64")
source_aarch64=("prowlarr.develop.${pkgver}.linux-core-arm64.tar.gz::https://prowlarr.servarr.com/v1/update/develop/updatefile?version=${pkgver}&os=linux&runtime=netcore&arch=arm64")