summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa4baffcea5..568d40095f8f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = nbxplorer-git
license = MIT
makedepends = git
depends = aspnet-runtime
+ depends = bitcoin-cli
depends = bitcoin-daemon
depends = dotnet-host
depends = dotnet-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 61dd81780bd0..ecefe60f3ece 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
groups=()
-depends=("aspnet-runtime" "bitcoin-daemon" "dotnet-host" "dotnet-runtime" "dotnet-sdk")
+depends=("aspnet-runtime" "bitcoin-cli" "bitcoin-daemon" "dotnet-host" "dotnet-runtime" "dotnet-sdk")
makedepends=("git")
checkdepends=()
optdepends=()