fix(aur): Arch requires python 3 for xcbgen
This commit is contained in:
parent
d616a7d351
commit
2266b8618e
@ -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
|
||||||
|
@ -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")
|
||||||
|
@ -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
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user