polybar: update to 3.7.1.

This commit is contained in:
classabbyamp 2023-11-28 17:58:33 -05:00
parent 5210049ec8
commit 487fcdcd84
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'polybar' # Template file for 'polybar'
pkgname=polybar pkgname=polybar
version=3.7.0 version=3.7.1
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA) configure_args="-DBUILD_DOC_HTML=OFF $(vopt_bool alsa ENABLE_ALSA)
$(vopt_bool curl ENABLE_CURL) $(vopt_bool i3 ENABLE_I3) $(vopt_bool mpd ENABLE_MPD) $(vopt_bool curl ENABLE_CURL) $(vopt_bool i3 ENABLE_I3) $(vopt_bool mpd ENABLE_MPD)
@ -18,7 +18,7 @@ license="MIT"
homepage="https://github.com/polybar/polybar" homepage="https://github.com/polybar/polybar"
changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/polybar/polybar/master/CHANGELOG.md"
distfiles="https://github.com/polybar/polybar/releases/download/${version}/polybar-${version}.tar.gz" distfiles="https://github.com/polybar/polybar/releases/download/${version}/polybar-${version}.tar.gz"
checksum=b8e07aca94a013341b7d47ee548afe84f519113f202300565d4852885a11e91d checksum=5de6ad385ba09dc453a4e5ec7054749a4882b5b21a62c17ae40bf7c90613ff0f
# tries to download and build unstable/unreleased googletest during configure # tries to download and build unstable/unreleased googletest during configure
make_check=no make_check=no