Merge pull request #707 from wsnyders/develop
Update dependanceies for Arch packages.
This commit is contained in:
commit
5c7e8040e6
|
@ -10,7 +10,7 @@ pkgrel=1
|
||||||
url='https://github.com/Lokaltog/powerline'
|
url='https://github.com/Lokaltog/powerline'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('git' 'python-distribute')
|
makedepends=('git' 'python-setuptools')
|
||||||
provides=('powerline')
|
provides=('powerline')
|
||||||
conflicts=('python2-powerline-git'
|
conflicts=('python2-powerline-git'
|
||||||
'powerline-git')
|
'powerline-git')
|
||||||
|
|
|
@ -10,7 +10,7 @@ pkgrel=1
|
||||||
url='https://github.com/Lokaltog/powerline'
|
url='https://github.com/Lokaltog/powerline'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
makedepends=('git' 'python2-distribute')
|
makedepends=('git' 'python2-setuptools')
|
||||||
provides=('powerline')
|
provides=('powerline')
|
||||||
conflicts=('python-powerline-git')
|
conflicts=('python-powerline-git')
|
||||||
replaces=('powerline-git')
|
replaces=('powerline-git')
|
||||||
|
|
Loading…
Reference in New Issue