Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/PKGBUILD b/PKGBUILD
- index 72cf575..ba498fe 100644
- --- a/PKGBUILD
- +++ b/PKGBUILD
- @@ -8,7 +8,7 @@ pkgdesc='Use many torrent trackers with software that supports torznab/potato fe
- arch=('x86_64' 'aarch64' 'armv7h')
- license=('GPL')
- url='https://github.com/Jackett/Jackett'
- -depends=('curl' 'openssl')
- +depends=('aspnet-runtime-6.0' 'curl' 'dotnet-runtime-6.0')
- optdepends=(
- 'flaresolverr: A proxy server to bypass Cloudflare protection'
- )
- @@ -37,7 +37,7 @@ build() {
- esac
- export DOTNET_CLI_TELEMETRY_OPTOUT=1
- - 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}
- + 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}
- }
- package() {
Add Comment
Please, Sign In to add comment