diff options
author | txtsd | 2024-10-17 08:59:20 +0530 |
---|---|---|
committer | txtsd | 2024-10-17 08:59:20 +0530 |
commit | 793723b907335cefe7ef2f1f68ebf281852339af (patch) | |
tree | 1fe537a7269e1dfa02694f7571fdb22e4446bcc3 /PKGBUILD | |
parent | 3ad23a3ce841a630b8531b695ad31a336f718cd6 (diff) | |
download | aur-793723b907335cefe7ef2f1f68ebf281852339af.tar.gz |
chore: Adjust provides and conflicts
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ optdepends=( 'nzbhydra2: torznab and usenet indexer proxy' 'prowlarr: torrent and usenet indexer proxy' ) +provides=(sonarr) +conflicts=(sonarr) options=(!debug) source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/Sonarr/Sonarr/archive/refs/tags/v${pkgver}.tar.gz" |