1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00

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

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"