fix(aur): Python 2 is required by xpp
This commit is contained in:
parent
d0915b82f4
commit
d1d34b339a
@ -8,6 +8,7 @@ pkgbase = polybar-git
|
||||
license = MIT
|
||||
makedepends = cmake
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = pkg-config
|
||||
makedepends = boost
|
||||
depends = libxft
|
||||
|
@ -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")
|
||||
|
@ -8,6 +8,7 @@ pkgbase = polybar
|
||||
license = MIT
|
||||
makedepends = cmake
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = pkg-config
|
||||
makedepends = boost
|
||||
depends = libxft
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user