summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abfec7adf13a..2de9a7a8d8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,9 @@ pkgbase = discordrichpresencepresets-git
license = BSD
makedepends = git
makedepends = dotnet-sdk-bin>=5.0.0
+ makedepends = dotnet-targeting-pack-bin>5.0.0
depends = dotnet-runtime-bin>=5.0.0
+ depends = dotnet-host-bin>=5.0.0
provides = discordrichpresencepresets
conflicts = discordrichpresencepresets
backup = usr/share/discordrichpresencepresets/data
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")