mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
adjust all the PROVIDEs and CONFLICTs
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user