summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93aa19dc30f6..c687e71f5d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = nbxplorer
pkgdesc = A minimalist UTXO tracker for HD Cryptocurrency Wallets.
pkgver = stable
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/dgarage/nbxplorer
arch = any
license = MIT
- makedepends = dotnet-host-bin
+ makedepends = dotnet-host
makedepends = dotnet-runtime
- makedepends = dotnet-runtime-bin
makedepends = dotnet-sdk
- makedepends = dotnet-sdk-bin
makedepends = aspnet-runtime-2.1
- makedepends = aspnet-runtime-bin
- depends = dotnet-host-bin
+ depends = dotnet-host
depends = bitcoin-daemon
source = https://github.com/dgarage/nbxplorer/archive/stable.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c7c34eec8b92..b61b532612bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgcaps=NBXplorer
pkgdesc="A minimalist UTXO tracker for HD Cryptocurrency Wallets."
pkgver='stable'
pkgpath="github.com/dgarage/${pkgname}"
-pkgrel=4
+pkgrel=5
arch=('any')
url="https://${pkgpath}"
license=(MIT)
-makedepends=('dotnet-host-bin' 'dotnet-runtime' 'dotnet-runtime-bin' 'dotnet-sdk' 'dotnet-sdk-bin' 'aspnet-runtime-2.1' 'aspnet-runtime-bin')
+makedepends=('dotnet-host' 'dotnet-runtime' 'dotnet-sdk' 'aspnet-runtime-2.1')
depends=(${makedepends} 'bitcoin-daemon')
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')