summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2022-11-07 15:02:58 +0100
committerMatheus2022-11-07 15:02:58 +0100
commit08a899fff2440fc236dbc2dac6b0b3f96ab14498 (patch)
treeafce58b2c62c0620c8203188979cc529c48c5749
parent837cd7334953613a5e8ae44b78f6cb90fc616730 (diff)
downloadaur-08a899fff2440fc236dbc2dac6b0b3f96ab14498.tar.gz
Dependency update.
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 179bf14c50dd..c2916efcfe4e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = btcpayserver
license = MIT
depends = aspnet-runtime
depends = bash
- depends = bitcoin-daemon
depends = dotnet-sdk
depends = lib32-glibc
depends = nbxplorer
diff --git a/PKGBUILD b/PKGBUILD
index 4b507a60613d..644b550b132c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Accept Bitcoin payments. Free, open-source and self-hosted Bitcoin paym
arch=("x86_64")
url="https://github.com/btcpayserver/${pkgname}"
license=("MIT")
-depends=("aspnet-runtime" "bash" "bitcoin-daemon" "dotnet-sdk" "lib32-glibc" "nbxplorer")
+depends=("aspnet-runtime" "bash" "dotnet-sdk" "lib32-glibc" "nbxplorer")
optdepends=("apache: HTTP server"
"core-lightning: Lightning Network support"
"certbot: Creates SSL certificates."