diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 1973a6dae8b..51f5409c117 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -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"