From aec34c11f17edfc295f144dd966ce9a9b0f06561 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Fri, 14 Dec 2018 16:19:06 +0100
Subject: [PATCH] aur: Add python-sphinx to polybar-git makedepends
Not yet to 'polybar' package that will be done in the next release
---
contrib/polybar-git.aur/PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index c5036367..bdca06e6 100644
--- a/contrib/polybar-git.aur/PKGBUILD
+++ b/contrib/polybar-git.aur/PKGBUILD
@@ -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"