summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYellowsink2021-02-19 23:30:10 +0000
committerYellowsink2021-02-19 23:30:10 +0000
commit12a269c1851951ec84d29abbab8180f966a4684c (patch)
tree0567ab2564ec6f3c99e04778cc7d95bd2d51ad11
parentf607c637bd0ae0017af2dbce00c8c3c14f6ffd2a (diff)
downloadaur-12a269c1851951ec84d29abbab8180f966a4684c.tar.gz
Fix dependencies properly this time (dotnet-host)
-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")