diff options
author | txtsd | 2024-10-27 03:29:52 +0530 |
---|---|---|
committer | txtsd | 2024-10-27 03:29:52 +0530 |
commit | c64ee10010a471e50cf8b62260f5f4d81480a8da (patch) | |
tree | b884182ae92be77f2cca7efc6ac4c67462aef055 /PKGBUILD | |
parent | 49a08c828c03a5d39fe05094633d5b862d5c95ce (diff) | |
download | aur-c64ee10010a471e50cf8b62260f5f4d81480a8da.tar.gz |
upgpkg: sonarr-develop 4.0.9.2513-4
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgname=sonarr-develop _pkgname=Sonarr pkgver=4.0.9.2513 -pkgrel=3 +pkgrel=4 pkgdesc='Smart PVR for newsgroup and torrent users (develop branch)' arch=('x86_64' 'aarch64' 'armv7h') url='https://sonarr.tv' @@ -70,6 +70,10 @@ _branch='develop' prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" + # Fix CVE-2024-43485 + sed 's/System\.Text\.Json" Version="6\.0\.9"/System\.Text\.Json" Version="6\.0\.10"/' -i src/NzbDrone.Common/Sonarr.Common.csproj + sed 's/System\.Text\.Json" Version="6\.0\.9"/System\.Text\.Json" Version="6\.0\.10"/' -i src/NzbDrone.Core/Sonarr.Core.csproj + # Remove upstream dotnet version rm global.json |