summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Tarek Butt2016-07-01 02:12:07 +0200
committerJan-Tarek Butt2016-07-01 02:12:07 +0200
commit607d9263c5e91ba306e32281225c1c9237f9aedd (patch)
tree5910c3f09eab8e570291aa1bae6e21c8586018ac
parent155682421348b6d2c2eb591eb1ee95440b9200dc (diff)
downloadaur-607d9263c5e91ba306e32281225c1c9237f9aedd.tar.gz
replace ncurses5 with ncurses5-compat-libs depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e80e6bc649b..5f005fffa1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ arch=('i686' 'x86_64')
url='http://valloric.github.com/YouCompleteMe/'
license=('GPL3')
groups=('vim-plugins')
-depends=('boost' 'boost-libs' 'libtinfo5' 'mono' 'nodejs' 'python' 'python2' 'rust' 'vim')
+depends=('boost' 'boost-libs' 'ncurses5-compat-libs' 'mono' 'nodejs' 'python' 'python2' 'rust' 'vim')
# use system's libclang on non-x86_64 architectures
[[ "${CARCH}" != 'x86_64' ]] && depends+=('clang')
makedepends=('cargo' 'cmake' 'git' 'go' 'make' 'mono' 'npm')