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 | |
parent | 3ad23a3ce841a630b8531b695ad31a336f718cd6 (diff) | |
download | aur-793723b907335cefe7ef2f1f68ebf281852339af.tar.gz |
chore: Adjust provides and conflicts
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,8 @@ pkgbase = sonarr-develop optdepends = jackett: torrent indexer proxy optdepends = nzbhydra2: torznab and usenet indexer proxy optdepends = prowlarr: torrent and usenet indexer proxy + provides = sonarr + conflicts = sonarr options = !debug source = sonarr-develop-4.0.9.2513.tar.gz::https://github.com/Sonarr/Sonarr/archive/refs/tags/v4.0.9.2513.tar.gz source = package_info @@ -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" |