From dedebc0e42e7b6683c268b3c7ac7ec31039cacb6 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 12 Jan 2021 23:50:46 +0100 Subject: [PATCH] Adding postgres to dependencies --- install/aur/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/aur/PKGBUILD b/install/aur/PKGBUILD index 9438bf88..3c63733f 100644 --- a/install/aur/PKGBUILD +++ b/install/aur/PKGBUILD @@ -8,7 +8,7 @@ arch=("i686" "x86_64" "armv6h") url="https://github.com/AnonymusRaccoon/Kyoo" license=("GPLv3") groups=() -depends=("dotnet-runtime>=3" "aspnet-runtime>=3") +depends=("dotnet-runtime>=3" "aspnet-runtime>=3" "postgresql") makedepends=("dotnet-sdk>=3" "cmake" "gcc" "make" "npm" "git") install="kyoo.install" source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver}