fix(aur): Python 2 is required by xpp

This commit is contained in:
Michael Carlberg 2016-11-21 02:01:48 +01:00
parent d0915b82f4
commit d1d34b339a
4 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ pkgbase = polybar-git
license = MIT
makedepends = cmake
makedepends = python
makedepends = python2
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" "python" "pkg-config" "boost")
makedepends=("cmake" "python" "python2" "pkg-config" "boost")
provides=("polybar")
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
source=("${_pkgname}::git+${url}.git")

View File

@ -8,6 +8,7 @@ pkgbase = polybar
license = MIT
makedepends = cmake
makedepends = python
makedepends = python2
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" "python" "pkg-config" "boost")
makedepends=("cmake" "python" "python2" "pkg-config" "boost")
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")