summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57b970197a20..d842bdbf1314 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,12 +7,12 @@ pkgbase = nbxplorer-git
license = MIT
makedepends = git
depends = aspnet-runtime
- depends = bitcoin-cli
depends = bitcoin-daemon
depends = dotnet-host
depends = dotnet-runtime
depends = dotnet-sdk
depends = tmux
+ optdepends = bitcoin-cli: Interact with your Bitcoin node.
provides = nbxplorer
conflicts = nbxplorer
source = git+https://github.com/dgarage/NBXplorer.git
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=()