summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-15 21:25:55 +0100
committerMatheus Gabriel Werny de Lima2021-03-15 21:25:55 +0100
commit9b9200348c9bd6b9b1a3e0af119f062b081fd789 (patch)
tree26660c26bf17559d977adda7f64e7ec22f620b85 /PKGBUILD
parent99f5f08eb8f7024edc6bfc8c2226063e79b1e135 (diff)
downloadaur-9b9200348c9bd6b9b1a3e0af119f062b081fd789.tar.gz
Updated the dependencies.
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})