1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00

Fix extra apt dependencies in manifest

This commit is contained in:
tituspijean 2023-10-15 14:35:36 +02:00 committed by Félix Piédallu
parent db4fb99711
commit f3573a6a12

View file

@ -55,12 +55,10 @@ ram.runtime = "50M"
[resources.apt]
packages = "apt-transport-https, dirmngr, gnupg, ca-certificates, mediainfo, mono-devel, sonarr"
[[resources.apt.extras]]
repo = "https://download.mono-project.com/repo/debian stable-buster main"
key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
packages = "mono-devel"
extras.mono-devel.repo = "https://download.mono-project.com/repo/debian stable-buster main"
extras.mono-devel.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
extras.mono-devel.packages = "mono-devel"
[[resources.apt.extras]]
repo = "https://apt.sonarr.tv/debian buster main"
key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
packages = "sonarr"
extras.sonarr.repo = "https://apt.sonarr.tv/debian buster main"
extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
extras.sonarr.packages = "sonarr"