summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-08 08:20:31 +0100
committerMatheus Gabriel Werny de Lima2021-03-08 08:20:31 +0100
commit9e0fd0976f844ae3fb54028642b6a7889c36570a (patch)
treef6b1892a94765765f92490b6939203cb6fa9c179 /PKGBUILD
parent96bebef48040166e8d10fc156e814a0a86ecc9c6 (diff)
downloadaur-9e0fd0976f844ae3fb54028642b6a7889c36570a.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 69508117b87b..711628243e4d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
groups=()
-depends=("aspnet-runtime" "bitcoin-cli" "bitcoin-daemon" "dotnet-host" "dotnet-runtime" "dotnet-sdk" "tmux")
+depends=("aspnet-runtime" "bitcoin-daemon" "dotnet-host" "dotnet-runtime" "dotnet-sdk" "tmux")
makedepends=("git")
checkdepends=()
-optdepends=()
+optdepends=("bitcoin-cli: Interact with your Bitcoin node.")
provides=(${_pkgname_lc})
conflicts=("nbxplorer")
replaces=()