fastfetch: update to 2.33.0.

This commit is contained in:
classabbyamp 2024-12-28 08:01:43 -05:00
parent b76911cb70
commit d9b63f0200
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,10 +1,10 @@
# Template file for 'fastfetch'
pkgname=fastfetch
version=2.32.1
version=2.33.0
revision=1
build_style=cmake
configure_args="-DENABLE_SYSTEM_YYJSON=ON"
hostmakedepends="pkg-config"
configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF"
hostmakedepends="pkg-config python3"
makedepends="yyjson-devel vulkan-loader-devel libXrandr-devel wayland-devel libdrm-devel
glib-devel dconf-devel libmagick-devel chafa-devel zlib-devel dbus-devel MesaLib-devel
OpenCL-Headers xfconf-devel dbus-devel pulseaudio-devel ddcutil-devel elfutils-devel"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://github.com/fastfetch-cli/fastfetch"
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
checksum=f08efaaffa9f1c58b085105acfc41c65ed8f5721bdc7b1746b80700c727a4f60
checksum=fa3b5c3c4fc7d2b6c4e24c15fb7cf3df94024227f2d24995f6ca0eaa95f39725
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON"