Add package conflicts to Arch Linux PKGBUILDs

This commit is contained in:
Kim Silkebækken 2013-01-24 08:00:18 +01:00
parent 0d2056ab04
commit 9282bf61f4
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com> # Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
pkgname=python-powerline-git pkgname=python-powerline-git
pkgver=20130123 pkgver=20130124
pkgrel=1 pkgrel=1
pkgdesc='The ultimate statusline/prompt utility.' pkgdesc='The ultimate statusline/prompt utility.'
url='https://github.com/Lokaltog/powerline' url='https://github.com/Lokaltog/powerline'
@ -12,6 +12,7 @@ makedepends=('git' 'python-distribute')
optdepends=('python-psutil: improved system information' optdepends=('python-psutil: improved system information'
'python-pygit2: improved git support' 'python-pygit2: improved git support'
'zsh: better shell prompt') 'zsh: better shell prompt')
conflicts=('powerline-git')
install='powerline.install' install='powerline.install'
source=() source=()

View File

@ -1,7 +1,7 @@
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com> # Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
pkgname=python2-powerline-git pkgname=python2-powerline-git
pkgver=20130123 pkgver=20130124
pkgrel=1 pkgrel=1
pkgdesc='The ultimate statusline/prompt utility.' pkgdesc='The ultimate statusline/prompt utility.'
url='https://github.com/Lokaltog/powerline' url='https://github.com/Lokaltog/powerline'
@ -13,6 +13,7 @@ optdepends=('python2-psutil: improved system information'
'python2-pygit2: improved git support' 'python2-pygit2: improved git support'
'mercurial: improved mercurial support' 'mercurial: improved mercurial support'
'zsh: better shell prompt') 'zsh: better shell prompt')
conflicts=('powerline-git')
install='powerline.install' install='powerline.install'
source=() source=()