From 26c8e2b0598d5d6ec43043a79daa5930fc06dc41 Mon Sep 17 00:00:00 2001 From: Rohan Ferris Date: Sat, 22 Jun 2024 18:21:40 +1000 Subject: [PATCH] update to use dotNet 8 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1f30531159c4c..a1faada338c39 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,8 +6,8 @@ pkgbase = rdt-client arch = any license = MIT makedepends = unzip - depends = dotnet-runtime-6.0 - depends = aspnet-runtime-6.0 + depends = dotnet-runtime-8.0 + depends = aspnet-runtime-8.0 optdepends = aria2: download utility noextract = RealDebridClient.zip source = https://github.com/rogerfar/rdt-client/releases/download/v2.0.79/RealDebridClient.zip diff --git a/PKGBUILD b/PKGBUILD index 9cfaeab3d03dc..0a4aaf60b0a8a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,8 +14,8 @@ makedepends=( ) depends=( - 'dotnet-runtime-6.0' - 'aspnet-runtime-6.0' + 'dotnet-runtime-8.0' + 'aspnet-runtime-8.0' ) optdepends=(