arch: add provides=('powerline') to PKGBUILDs.

This commit is contained in:
Manuel Mendez 2013-06-28 23:10:36 -04:00
parent c1ae7f3598
commit 79e7640bba
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"