mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(aur): Add git to makedepends
This commit is contained in:
parent
5535a75bef
commit
0c274709c0
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ pkgbase = polybar-git
|
|||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = python
|
||||
makedepends = python2
|
||||
makedepends = pkg-config
|
||||
|
|
|
@ -17,7 +17,7 @@ optdepends=("alsa-lib: volume module support"
|
|||
"ttf-unifont: Font used in example config"
|
||||
"siji-git: Font used in example config"
|
||||
"curl: github module support")
|
||||
makedepends=("cmake" "python" "python2" "pkg-config")
|
||||
makedepends=("cmake" "git" "python" "python2" "pkg-config")
|
||||
provides=("polybar")
|
||||
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
||||
install="${_pkgname}.install"
|
||||
|
|
Loading…
Reference in a new issue