aur: Add python-sphinx to polybar-git makedepends

Not yet to 'polybar' package that will be done in the next release
This commit is contained in:
patrick96 2018-12-14 16:19:06 +01:00 committed by Patrick Ziegler
parent 5b7bb2514e
commit aec34c11f1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ optdepends=("alsa-lib: alsa module support"
"siji-git: Font used in example config"
"xorg-fonts-misc: Font used in example config"
"curl: github module support")
makedepends=("cmake" "git" "python" "python2" "pkg-config")
makedepends=("cmake" "git" "python" "python2" "pkg-config" "python-sphinx")
provides=("polybar")
conflicts=("polybar")
install="${_pkgname}.install"