summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2020-02-25 09:49:07 -0600
committerMoses Narrow2020-02-25 09:49:07 -0600
commit1a84de8fcba18b8ca266f1407242cbd5cef83b62 (patch)
tree1b2502397398294890b84e85cf06c6dbefd3faf5 /PKGBUILD
parenta7ddf284b4ea2ee3ddce1c2f0588a8b59b4a3016 (diff)
downloadaur-1a84de8fcba18b8ca266f1407242cbd5cef83b62.tar.gz
start to fix dependancies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')