fastfetch: update to 2.21.1.

This commit is contained in:
classabbyamp 2024-08-09 03:08:17 -04:00
parent 48aca95436
commit 148df83299
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,20 +1,20 @@
# Template file for 'fastfetch' # Template file for 'fastfetch'
pkgname=fastfetch pkgname=fastfetch
version=2.21.0 version=2.21.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_SYSTEM_YYJSON=ON" configure_args="-DENABLE_SYSTEM_YYJSON=ON"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="yyjson-devel vulkan-loader-devel libXrandr-devel wayland-devel libdrm-devel 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 glib-devel dconf-devel libmagick-devel chafa-devel zlib-devel dbus-devel MesaLib-devel
OpenCL-Headers xfconf-devel dbus-devel pulseaudio-devel ddcutil-devel" OpenCL-Headers xfconf-devel dbus-devel pulseaudio-devel ddcutil-devel elfutils-devel"
short_desc="System information fetching tool" short_desc="System information fetching tool"
maintainer="classabbyamp <void@placeviolette.net>" maintainer="classabbyamp <void@placeviolette.net>"
license="MIT" license="MIT"
homepage="https://github.com/fastfetch-cli/fastfetch" homepage="https://github.com/fastfetch-cli/fastfetch"
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md" changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
checksum=21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733 checksum=67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70
if [ -n "$XBPS_CHECK_PKGS" ]; then if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON" configure_args+=" -DBUILD_TESTS=ON"