summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYellowsink2021-02-19 23:26:57 +0000
committerYellowsink2021-02-19 23:26:57 +0000
commitdbe8f9b69647777f51b49188df773630ea580726 (patch)
tree773771da413bc8583371d24247dd444bad198af7
parentf0a74e4e8ba96737dbd22e6a248e7418f7a650d1 (diff)
downloadaur-dbe8f9b69647777f51b49188df773630ea580726.tar.gz
Fix broken dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bcdbc97c06b..b4d70366efcc 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>=5.0.0')
-makedepends=('git' 'dotnet-sdk>=5.0.0')
+depends=('dotnet-runtime-bin>=5.0.0')
+makedepends=('git' 'dotnet-sdk-bin>=5.0.0')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
backup=("usr/share/${_pkgname}/data")