mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 13:25:13 +02:00
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>
|
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||||
|
|
||||||
pkgname=python-powerline-git
|
pkgname=python-powerline-git
|
||||||
pkgver=20130313
|
pkgver=20130412
|
||||||
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'
|
||||||
@ -11,8 +11,10 @@ depends=('python>=3.2')
|
|||||||
makedepends=('git' 'python-distribute')
|
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')
|
'gvim: vim compiled with Python support')
|
||||||
|
conflicts=('python2-powerline-git'
|
||||||
|
'powerline-git')
|
||||||
install='powerline.install'
|
install='powerline.install'
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
|
@ -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=20130313
|
pkgver=20130412
|
||||||
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,7 +12,9 @@ makedepends=('git' 'python2-distribute')
|
|||||||
optdepends=('python2-psutil: improved system information'
|
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'
|
||||||
|
'gvim: vim compiled with Python support')
|
||||||
|
conflicts=('python-powerline-git')
|
||||||
replaces=('powerline-git')
|
replaces=('powerline-git')
|
||||||
install='powerline.install'
|
install='powerline.install'
|
||||||
source=()
|
source=()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user