arch: add provides=('powerline') to PKGBUILDs.
This commit is contained in:
parent
c1ae7f3598
commit
79e7640bba
|
@ -15,6 +15,7 @@ optdepends=('python-psutil: improved system information'
|
|||
'python-pygit2: improved git support'
|
||||
'zsh: better shell prompt'
|
||||
'gvim: vim compiled with Python support')
|
||||
provides=('powerline')
|
||||
conflicts=('python2-powerline-git'
|
||||
'powerline-git')
|
||||
install="${_gitname}.install"
|
||||
|
|
|
@ -16,6 +16,7 @@ optdepends=('python2-psutil: improved system information'
|
|||
'mercurial: improved mercurial support'
|
||||
'zsh: better shell prompt'
|
||||
'gvim: vim compiled with Python support')
|
||||
provides=('powerline')
|
||||
conflicts=('python-powerline-git')
|
||||
replaces=('powerline-git')
|
||||
install="${_gitname}.install"
|
||||
|
|
Loading…
Reference in New Issue