Adding postgres to dependencies

This commit is contained in:
Zoe Roux 2021-01-12 23:50:46 +01:00
parent d4d2d30caa
commit dedebc0e42

View File

@ -8,7 +8,7 @@ arch=("i686" "x86_64" "armv6h")
url="https://github.com/AnonymusRaccoon/Kyoo" url="https://github.com/AnonymusRaccoon/Kyoo"
license=("GPLv3") license=("GPLv3")
groups=() 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") makedepends=("dotnet-sdk>=3" "cmake" "gcc" "make" "npm" "git")
install="kyoo.install" install="kyoo.install"
source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver} source=("git+https://github.com/AnonymusRaccoon/Kyoo" #tag=v${pkgver}