summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d842bdbf1314..c5dfbd61619c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = nbxplorer-git
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 711628243e4d..58bf6ba9772e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ groups=()
depends=("aspnet-runtime" "bitcoin-daemon" "dotnet-host" "dotnet-runtime" "dotnet-sdk" "tmux")
makedepends=("git")
checkdepends=()
-optdepends=("bitcoin-cli: Interact with your Bitcoin node.")
+optdepends=()
provides=(${_pkgname_lc})
conflicts=("nbxplorer")
replaces=()