summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d70366efcc..1e6269d4f25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('x86_64')
url="https://github.com/cainy-a/DiscordRichPresencePresets"
license=('BSD')
groups=()
-depends=('dotnet-runtime-bin>=5.0.0')
-makedepends=('git' 'dotnet-sdk-bin>=5.0.0')
+depends=('dotnet-runtime-bin>=5.0.0' 'dotnet-host-bin>=5.0.0')
+makedepends=('git' 'dotnet-sdk-bin>=5.0.0' 'dotnet-targeting-pack-bin>5.0.0')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
backup=("usr/share/${_pkgname}/data")