summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8dd8343704..6e10a9d85191 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = nbxplorer-git
arch = any
license = MIT
makedepends = git
- depends = aspnet-runtime
+ depends = aspnet-runtime-3.1
depends = bitcoin-daemon
- depends = dotnet-sdk
+ depends = dotnet-sdk-3.1
depends = tmux
provides = nbxplorer
conflicts = nbxplorer
diff --git a/PKGBUILD b/PKGBUILD
index cdbdf3ae0d59..6260ba472108 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-sdk" "tmux")
+depends=("aspnet-runtime-3.1" "bitcoin-daemon" "dotnet-sdk-3.1" "tmux")
makedepends=("git")
checkdepends=()
optdepends=()