diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index 531827ae2a1..f8a59766f26 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,6 +1,6 @@ # Template file for 'polybar' pkgname=polybar -version=3.3.0 +version=3.3.1 revision=1 wrksrc="$pkgname" build_style=cmake @@ -13,7 +13,7 @@ configure_args=" -DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF) -DWITH_XRENDER=OFF -DWITH_XDAMAGE=ON -DWITH_XSYNC=ON -DWITH_XCOMPOSITE=ON" -hostmakedepends="pkg-config xcb-proto" +hostmakedepends="pkg-config xcb-proto python" 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 $(vopt_if alsa "alsa-lib-devel") @@ -27,7 +27,7 @@ maintainer="Michael Carlberg " license="MIT" homepage="https://github.com/jaagr/polybar" distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar" -checksum=647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a +checksum=b0982a729f99f658d77969fd582d074843a57982b5e7c6b2b6efee5480b2a81c build_options="alsa curl i3 mpd network pulseaudio" build_options_default="$build_options"