summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-15 21:20:28 +0100
committerMatheus Gabriel Werny de Lima2021-03-15 21:20:28 +0100
commit99f5f08eb8f7024edc6bfc8c2226063e79b1e135 (patch)
treee74b831a5585c5a5b68ee3e01c99eeb58341289a
parentc42bc511e3f10742b32f9ace15cd69784fe9169f (diff)
downloadaur-99f5f08eb8f7024edc6bfc8c2226063e79b1e135.tar.gz
Updated the dependencies.
-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=()