Guest User

Untitled

a guest
Nov 19th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.97 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 72cf575..ba498fe 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -8,7 +8,7 @@ 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=('curl' 'openssl')
  10. +depends=('aspnet-runtime-6.0' 'curl' 'dotnet-runtime-6.0')
  11.  optdepends=(
  12.    'flaresolverr: A proxy server to bypass Cloudflare protection'
  13.  )
  14. @@ -37,7 +37,7 @@ build() {
  15.    esac
  16.  
  17.    export DOTNET_CLI_TELEMETRY_OPTOUT=1
  18. -  dotnet publish src/Jackett.Server -f net6.0 --self-contained -r linux-${_CARCH} -c Debug -o buid/ /p:AssemblyVersion=${pkgver} /p:FileVersion=${pkgver} /p:InformationalVersion=${pkgver} /p:Version=${pkgver}
  19. +  dotnet publish src/Jackett.Server -f net6.0 --no-self-contained -r linux-${_CARCH} -c Debug -o buid/ /p:AssemblyVersion=${pkgver} /p:FileVersion=${pkgver} /p:InformationalVersion=${pkgver} /p:Version=${pkgver}
  20.  }
  21.  
  22.  package() {
  23.  
Add Comment
Please, Sign In to add comment