summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-15 21:46:36 +0100
committerMatheus Gabriel Werny de Lima2021-03-15 21:46:36 +0100
commitace12ec9094e6786a611c9b3bb21b7add95f1fab (patch)
treef38be9b4fe3d0bfe24a6c224129c6a716df6c466 /PKGBUILD
parent9b9200348c9bd6b9b1a3e0af119f062b081fd789 (diff)
downloadaur-ace12ec9094e6786a611c9b3bb21b7add95f1fab.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 9783d444bd58..87719be9396f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
groups=()
-depends=("bitcoin-daemon" "dotnet-runtime" "tmux")
-makedepends=("git" "dotnet-sdk")
+depends=("bitcoin-daemon" "dotnet-sdk" "tmux")
+makedepends=("git")
checkdepends=()
optdepends=()
provides=(${_pkgname_lc})