fix(aur): Add git to makedepends

This commit is contained in:
Michael Carlberg 2017-01-26 02:37:58 +01:00
parent 5535a75bef
commit 0c274709c0
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ pkgbase = polybar-git
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
makedepends = python
makedepends = python2
makedepends = pkg-config

View File

@ -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"