summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41d067e5b7af..9783d444bd58 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
groups=()
-depends=("bitcoin-daemon" "dotnet-core" "tmux")
-makedepends=("git")
+depends=("bitcoin-daemon" "dotnet-runtime" "tmux")
+makedepends=("git" "dotnet-sdk")
checkdepends=()
optdepends=()
provides=(${_pkgname_lc})