summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-15 21:25:55 +0100
committerMatheus Gabriel Werny de Lima2021-03-15 21:25:55 +0100
commit9b9200348c9bd6b9b1a3e0af119f062b081fd789 (patch)
tree26660c26bf17559d977adda7f64e7ec22f620b85
parent99f5f08eb8f7024edc6bfc8c2226063e79b1e135 (diff)
downloadaur-9b9200348c9bd6b9b1a3e0af119f062b081fd789.tar.gz
Updated the dependencies.
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6fadba2cc73..91d07bd0e4e3 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,9 @@ pkgbase = nbxplorer-git
arch = any
license = MIT
makedepends = git
+ makedepends = dotnet-sdk
depends = bitcoin-daemon
- depends = dotnet-core
+ depends = dotnet-runtime
depends = tmux
provides = nbxplorer
conflicts = nbxplorer
diff --git a/PKGBUILD b/PKGBUILD
index 41d067e5b7af..9783d444bd58 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=("any")
url="https://github.com/dgarage/${_pkgname}"
license=("MIT")
groups=()
-depends=("bitcoin-daemon" "dotnet-core" "tmux")
-makedepends=("git")
+depends=("bitcoin-daemon" "dotnet-runtime" "tmux")
+makedepends=("git" "dotnet-sdk")
checkdepends=()
optdepends=()
provides=(${_pkgname_lc})