summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5dfbd61619c..c6fadba2cc73 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,8 @@ pkgbase = nbxplorer-git
arch = any
license = MIT
makedepends = git
- depends = aspnet-runtime
depends = bitcoin-daemon
- depends = dotnet-host
- depends = dotnet-runtime
- depends = dotnet-sdk
+ depends = dotnet-core
depends = tmux
provides = nbxplorer
conflicts = nbxplorer
diff --git a/PKGBUILD b/PKGBUILD
index 40a4626ab88c..41d067e5b7af 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" "tmux")
+depends=("bitcoin-daemon" "dotnet-core" "tmux")
makedepends=("git")
checkdepends=()
optdepends=()