summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442d5dc51bd9..de64475c9d11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = ndn-nlsr
makedepends = openssl>=1.0.2
depends = ndn-cxx
depends = boost
+ depends = ndn-psync
optdepends = valgrind: memory analysis
optdepends = doxygen: build documentation
optdepends = python-sphinx: build documentation
diff --git a/PKGBUILD b/PKGBUILD
index ebba018d2e24..cfe16c750fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/named-data/${_reponame}"
license=('GPL')
groups=()
-depends=('ndn-cxx' 'boost')
+depends=('ndn-cxx' 'boost' 'ndn-psync')
makedepends=('git' 'gcc' 'python' 'boost' 'pkgconf' 'sqlite' 'openssl>=1.0.2')
checkdepends=()
optdepends=('valgrind: memory analysis'