Thanks ZimbiX, this is still needed until the new radarr release comes out (currently pre-release), as an alt I bumped the version as they did in pre-release vs suppressing the vulnerability warning, if want to run that route via:
diff --git a/PKGBUILD b/PKGBUILD
index 25932cd..5a0c203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,6 +74,9 @@ prepare() {
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
dotnet new globaljson --sdk-version 8.0.112 --force
+ # Temporary bump MailKit to 4.16.0 matching current pre-release version until released upstream
+ sed -i 's|Include="MailKit" Version="4.15.1"|Include="MailKit" Version="4.16.0"|' src/NzbDrone.Core/Radarr.Core.csproj
+
# Prepare backend
dotnet restore "src/${_pkgname}.sln" \
--runtime "${_runtime}" \
Pinned Comments
txtsd commented on 2024-10-21 03:36 (UTC) (edited on 2024-10-30 12:49 (UTC) by txtsd)
Alternate versions
radarr-bin (binary version of this package)
radarr-develop (develop branch)
radarr-develop-bin (binary version of the develop branch)
radarr-nightly-bin (nightly builds)