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

@ -10,9 +10,9 @@ license=('MIT')
groups=()
depends=('python-neovim' 'python2-neovim')
makedepends=('git')
provides=('deoplete-git')
conflicts=('deoplete' 'deoplete-git')
replaces=('deoplete')
provides=('deoplete')
conflicts=('deoplete')
replaces=('')
backup=()
options=()
install="${_name}.install"