summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2018-08-02 16:13:57 -0700
committerJonathan Knapp2018-08-02 16:13:57 -0700
commita36c234011719fdb54afe21155ad9d1b23bc3adc (patch)
treec5291ddbab427dec9b7049233ce51250b1407483
parentebc0c6402e74c15874f77c70a4a406f39019e3a3 (diff)
downloadaur-a36c234011719fdb54afe21155ad9d1b23bc3adc.tar.gz
unbound is actual dependancy
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06cf6ad6db81..e411d4002401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = hsd-git
makedepends = python2
makedepends = gcc
makedepends = make
- makedepends = unbound
depends = nodejs
+ depends = unbound
provides = hsd
conflicts = hsd
source = hsd-git::git+https://github.com/handshake-org/hsd.git
diff --git a/PKGBUILD b/PKGBUILD
index 0ed113ea6f9c..bfcb64fba4c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc='Handshake decentralized naming system Daemon & Full Node'
arch=('i686' 'x86_64')
url='http://handshake.org/'
license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm' 'python2' 'gcc' 'make' 'unbound')
+depends=('nodejs' 'unbound')
+makedepends=('git' 'npm' 'python2' 'gcc' 'make')
provides=('hsd')
conflicts=('hsd')
source=("$pkgname::git+https://github.com/handshake-org/hsd.git")