From 1212f61cae2d4e9fa9fb1ae11b2abf9492c9714f Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Wed, 23 Dec 2020 12:27:35 -0500 Subject: [PATCH] polybar: update to 3.5.3. Add python3-Sphinx to makedepends to build documentation. --- srcpkgs/polybar/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 1e90820de7b..980a3840dc7 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,6 +1,6 @@ # Template file for 'polybar' pkgname=polybar -version=3.5.2 +version=3.5.3 revision=1 build_style=cmake configure_args=" @@ -14,6 +14,7 @@ configure_args=" hostmakedepends="pkg-config xcb-proto python3" makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel + python3-Sphinx $(vopt_if alsa "alsa-lib-devel") $(vopt_if curl "libcurl-devel") $(vopt_if i3 "i3-devel jsoncpp-devel") @@ -25,7 +26,7 @@ maintainer="Michael Carlberg " license="MIT" homepage="https://github.com/jaagr/polybar" distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz" -checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110 +checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680 build_options="alsa curl i3 mpd network pulseaudio" build_options_default="$build_options"