summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Beran2016-05-27 21:12:58 -0700
committerErik Beran2016-05-27 21:12:58 -0700
commit155682421348b6d2c2eb591eb1ee95440b9200dc (patch)
treeaf40d039df368413bddafebecbbac97dd2a11de8
parent2930de9f88fbf42e2b848ea651811a528f9c6fed (diff)
downloadaur-155682421348b6d2c2eb591eb1ee95440b9200dc.tar.gz
Updating depends for libtinfo-5
Replacing libtinfo-5 with libtinfo5, as the former is a deprecated package name.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8826c1ad4afa..c965cfd794df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.1
-# Wed May 4 21:20:00 UTC 2016
+# Sat May 28 04:10:50 UTC 2016
pkgbase = vim-youcompleteme-git
pkgdesc = A code-completion engine for Vim
pkgver = 1774.f67033c
@@ -19,7 +19,7 @@ pkgbase = vim-youcompleteme-git
makedepends = npm
depends = boost
depends = boost-libs
- depends = libtinfo-5
+ depends = libtinfo5
depends = mono
depends = nodejs
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f684d01f3df0..4e80e6bc649b 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' 'libtinfo-5' 'mono' 'nodejs' 'python' 'python2' 'rust' 'vim')
+depends=('boost' 'boost-libs' 'libtinfo5' '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')