summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2017-08-20 04:22:48 -0400
committerredfish2017-08-20 04:22:48 -0400
commitd96ead54161fee48c96140edf9e61cb8fdd897b7 (patch)
treed2ddb2966b1caf479f48835fb359ba53430a35af
parent9ea51cec8719e77d85df38ec03c5e5f645d16c9c (diff)
downloadaur-d96ead54161fee48c96140edf9e61cb8fdd897b7.tar.gz
deps: add readline
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1527be9a43..f4c88058b8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ arch=('x86_64' 'i686' 'armv7h')
url="https://getmonero.org/"
license=('custom:Cryptonote')
-depends=('boost-libs>=1.45' 'unbound>=1.4.16' 'miniupnpc>=1.6' 'libunwind' 'openssl')
+depends=('boost-libs>=1.45' 'unbound>=1.4.16' 'miniupnpc>=1.6' 'libunwind'
+ 'readline' 'openssl')
makedepends=('git' 'cmake' 'boost' 'gtest')