1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-03 04:33:30 -05:00

fix(aur): Arch requires python 3 for xcbgen

This commit is contained in:
Michael Carlberg 2016-11-21 00:46:01 +01:00
parent d616a7d351
commit 2266b8618e
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ pkgbase = polybar-git
arch = x86_64
license = MIT
makedepends = cmake
makedepends = python2
makedepends = python
makedepends = pkg-config
makedepends = boost
depends = libxft

View file

@ -16,7 +16,7 @@ optdepends=("alsa-lib: volume module support"
"i3ipc-glib-git: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config")
makedepends=("cmake" "python2" "pkg-config" "boost")
makedepends=("cmake" "python" "pkg-config" "boost")
provides=("polybar")
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
source=("${_pkgname}::git+${url}.git")

View file

@ -7,7 +7,7 @@ pkgbase = polybar
arch = x86_64
license = MIT
makedepends = cmake
makedepends = python2
makedepends = python
makedepends = pkg-config
makedepends = boost
depends = libxft

View file

@ -15,7 +15,7 @@ optdepends=("alsa-lib: volume module support"
"i3ipc-glib-git: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config")
makedepends=("cmake" "python2" "pkg-config" "boost")
makedepends=("cmake" "python" "pkg-config" "boost")
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")