parent
162f5ac55b
commit
154d1aeac1
|
@ -1,6 +1,5 @@
|
|||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||
|
||||
pkgbase=python-powerline
|
||||
pkgname=python-powerline-git
|
||||
pkgver=20130308
|
||||
pkgrel=1
|
||||
|
@ -8,7 +7,7 @@ pkgdesc='The ultimate statusline/prompt utility.'
|
|||
url='https://github.com/Lokaltog/powerline'
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
depends=('python>=3.3')
|
||||
depends=('python>=3.2')
|
||||
makedepends=('git' 'python-distribute')
|
||||
optdepends=('python-psutil: improved system information'
|
||||
'python-pygit2: improved git support'
|
||||
|
|
|
@ -16,6 +16,11 @@ on GitHub: https://github.com/Lokaltog/powerline/issues
|
|||
Consult the documentation for detailed installation instructions and
|
||||
troubleshooting information: https://powerline.readthedocs.org/en/latest/
|
||||
|
||||
You may need to update your PYTHONPATH environment variable by adding the
|
||||
following line to your /etc/profile, .zshrc, etc.:
|
||||
|
||||
export PYTHONPATH=/usr/lib/python3.3/site-packages
|
||||
|
||||
Vim installation
|
||||
----------------
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||
|
||||
pkgbase=python-powerline
|
||||
pkgname=python2-powerline-git
|
||||
pkgver=20130308
|
||||
pkgrel=1
|
||||
|
@ -8,13 +7,13 @@ pkgdesc='The ultimate statusline/prompt utility.'
|
|||
url='https://github.com/Lokaltog/powerline'
|
||||
license=('MIT')
|
||||
arch=('any')
|
||||
depends=('python2>=2.7')
|
||||
depends=('python2>=2.6')
|
||||
makedepends=('git' 'python2-distribute')
|
||||
optdepends=('python2-psutil: improved system information'
|
||||
'python2-pygit2: improved git support'
|
||||
'mercurial: improved mercurial support'
|
||||
'zsh: better shell prompt')
|
||||
conflicts=('powerline-git')
|
||||
replaces=('powerline-git')
|
||||
install='powerline.install'
|
||||
source=()
|
||||
|
||||
|
|
Loading…
Reference in New Issue