Merge branch 'fix-archlinux-packages' into develop
This commit is contained in:
commit
ceeef4abde
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||
|
||||
pkgname=python-powerline-git
|
||||
pkgver=20130313
|
||||
pkgver=20130412
|
||||
pkgrel=1
|
||||
pkgdesc='The ultimate statusline/prompt utility.'
|
||||
url='https://github.com/Lokaltog/powerline'
|
||||
|
@ -11,8 +11,10 @@ depends=('python>=3.2')
|
|||
makedepends=('git' 'python-distribute')
|
||||
optdepends=('python-psutil: improved system information'
|
||||
'python-pygit2: improved git support'
|
||||
'zsh: better shell prompt')
|
||||
conflicts=('powerline-git')
|
||||
'zsh: better shell prompt'
|
||||
'gvim: vim compiled with Python support')
|
||||
conflicts=('python2-powerline-git'
|
||||
'powerline-git')
|
||||
install='powerline.install'
|
||||
source=()
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||
|
||||
pkgname=python2-powerline-git
|
||||
pkgver=20130313
|
||||
pkgver=20130412
|
||||
pkgrel=1
|
||||
pkgdesc='The ultimate statusline/prompt utility.'
|
||||
url='https://github.com/Lokaltog/powerline'
|
||||
|
@ -12,7 +12,9 @@ makedepends=('git' 'python2-distribute')
|
|||
optdepends=('python2-psutil: improved system information'
|
||||
'python2-pygit2: improved git support'
|
||||
'mercurial: improved mercurial support'
|
||||
'zsh: better shell prompt')
|
||||
'zsh: better shell prompt'
|
||||
'gvim: vim compiled with Python support')
|
||||
conflicts=('python-powerline-git')
|
||||
replaces=('powerline-git')
|
||||
install='powerline.install'
|
||||
source=()
|
||||
|
|
Loading…
Reference in New Issue