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

@ -13,9 +13,9 @@ groups=()
# the git submodules?
depends=('deoplete-git' 'python-jedi' 'python2-jedi')
makedepends=('git')
provides=('deoplete-jedi-git')
conflicts=('deoplete-jedi' 'deoplete-jedi-git')
replaces=('deoplete-jedi')
provides=('deoplete-jedi')
conflicts=('deoplete-jedi')
replaces=()
backup=()
options=()
source=("${_name}::${url//https/git}")