adjust all the PROVIDEs and CONFLICTs

This commit is contained in:
2018-01-02 01:09:32 -08:00
parent 4de1d6c21c
commit e7abfdf586
10 changed files with 15 additions and 18 deletions

View File

@ -45,6 +45,8 @@ arch=('i686' 'x86_64' 'armv7h')
url='http://valloric.github.com/YouCompleteMe/'
license=('GPL3')
groups=('vim-plugins')
provides=('vim-youcompleteme')
conflicts=('')
depends=('boost' 'boost-libs' 'ncurses5-compat-libs' 'python' 'python2' 'vim' 'clang')
[[ "$_omnisharp" = "y" ]] && depends+=('mono')