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 arch = x86_64
license = MIT license = MIT
makedepends = cmake makedepends = cmake
makedepends = python2 makedepends = python
makedepends = pkg-config makedepends = pkg-config
makedepends = boost makedepends = boost
depends = libxft depends = libxft

View File

@ -16,7 +16,7 @@ optdepends=("alsa-lib: volume module support"
"i3ipc-glib-git: i3 module support" "i3ipc-glib-git: i3 module support"
"ttf-unifont: Font used in example config" "ttf-unifont: Font used in example config"
"siji-git: 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") provides=("polybar")
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy") conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
source=("${_pkgname}::git+${url}.git") source=("${_pkgname}::git+${url}.git")

View File

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

View File

@ -15,7 +15,7 @@ optdepends=("alsa-lib: volume module support"
"i3ipc-glib-git: i3 module support" "i3ipc-glib-git: i3 module support"
"ttf-unifont: Font used in example config" "ttf-unifont: Font used in example config"
"siji-git: 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") conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
source=("${pkgname}::git+${url}.git#tag=${pkgver}") source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP") md5sums=("SKIP")