From bb322f18f0067dbe3c716a2af6b351c0adec2228 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 6 Feb 2021 01:43:54 +0100 Subject: [PATCH] Updating dependencies of PKGBUILD for dotnet5 --- install/aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/aur/PKGBUILD b/install/aur/PKGBUILD index 4e0ca875..beb61979 100644 --- a/install/aur/PKGBUILD +++ b/install/aur/PKGBUILD @@ -8,8 +8,8 @@ arch=("i686" "x86_64" "armv6h") url="https://github.com/AnonymusRaccoon/Kyoo" license=("GPLv3") groups=() -depends=("dotnet-runtime>=3" "aspnet-runtime>=3" "postgresql") -makedepends=("dotnet-sdk>=3" "cmake" "gcc" "make" "npm" "git") +depends=("dotnet-runtime-bin>=5" "aspnet-runtime-bin>=5" "postgresql") +makedepends=("dotnet-sdk-bin>=5" "cmake" "gcc" "make" "npm" "git") install="kyoo.install" source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver} "kyoo.service"