Guest User

jackett.patch

a guest
Feb 10th, 2023
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.07 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index b1356ef..7b0ee8e 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -9,11 +9,11 @@ pkgdesc='Use many torrent trackers with software that supports torznab/potato fe
  6.  arch=('x86_64' 'aarch64' 'armv7h')
  7.  license=('GPL')
  8.  url='https://github.com/Jackett/Jackett'
  9. -depends=('dotnet-runtime')
  10. +depends=('aspnet-runtime-6.0')
  11.  optdepends=(
  12.    'flaresolverr: A proxy server to bypass Cloudflare protection'
  13.  )
  14. -makedepends=('dotnet-sdk>=6.0.0')
  15. +makedepends=('dotnet-sdk-6.0')
  16.  options=('!strip' 'staticlibs')
  17.  
  18.  source=(
  19. @@ -38,7 +38,7 @@ build() {
  20.    esac
  21.  
  22.    export DOTNET_CLI_TELEMETRY_OPTOUT=1
  23. -  dotnet publish src/Jackett.Server -f net6.0 --self-contained -r linux-${_CARCH} -c Release -o build/ /p:AssemblyVersion=${pkgver} /p:FileVersion=${pkgver} /p:InformationalVersion=${pkgver} /p:Version=${pkgver}
  24. +  dotnet publish src/Jackett.Server -f net6.0 --no-self-contained -r linux-${_CARCH} -c Release -o build/ /p:AssemblyVersion=${pkgver} /p:FileVersion=${pkgver} /p:InformationalVersion=${pkgver} /p:Version=${pkgver}
  25.  }
  26.  
  27.  package() {
Add Comment
Please, Sign In to add comment