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

@ -9,10 +9,9 @@ pkgbase = vim-lightline-git
makedepends = git
depends = vim-runtime
depends = neovim
provides = vim-lightline-git
provides = vim-lightline
conflicts = vim-lightline
conflicts = vim-lightline-git
replaces = vim-lightline
source = vim-lightline::git://github.com/itchyny/lightline.vim
md5sums = SKIP

View File

@ -14,9 +14,9 @@ url='https://github.com/itchyny/lightline.vim'
license=('MIT')
depends=('vim-runtime' 'neovim')
makedepends=('git')
provides=('vim-lightline-git')
provides=('vim-lightline')
conflicts=('vim-lightline' 'vim-lightline-git')
replaces=('vim-lightline')
replaces=('')
install='lightline.install'
source=("${_name}::${url//https/git}")
md5sums=('SKIP')