Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 0bdfa806 by Robin Candau at 2024-08-09T10:52:21+02:00 upgpkg: 2.21.1-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.21.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = fastfetch pkgdesc = Like Neofetch, but much faster because written in C - pkgver = 2.21.0 + pkgver = 2.21.1 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -32,6 +32,7 @@ pkgbase = fastfetch optdepends = directx-headers: GPU detection in WSL optdepends = glib2: Output for values that are only stored in GSettings optdepends = imagemagick: Image output using sixel or kitty graphics protocol + optdepends = libelf: st term font detection and fast path of systemd version detection optdepends = libpulse: Sound detection optdepends = mesa: Needed by the OpenGL module for gl context creation. optdepends = libxrandr: Multi monitor support @@ -41,7 +42,7 @@ pkgbase = fastfetch optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font optdepends = zlib: Faster image output when using kitty graphics protocol optdepends = libdrm: Displays detection - source = fastfetch-2.21.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.21.0.tar.gz - sha256sums = 21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733 + source = fastfetch-2.21.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.21.1.tar.gz + sha256sums = 67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.21.0 +pkgver=2.21.1 pkgrel=1 pkgdesc="Like Neofetch, but much faster because written in C" arch=('x86_64') @@ -37,6 +37,7 @@ optdepends=( 'directx-headers: GPU detection in WSL' 'glib2: Output for values that are only stored in GSettings' 'imagemagick: Image output using sixel or kitty graphics protocol' + 'libelf: st term font detection and fast path of systemd version detection' 'libpulse: Sound detection' 'mesa: Needed by the OpenGL module for gl context creation.' 'libxrandr: Multi monitor support' @@ -48,7 +49,7 @@ optdepends=( 'libdrm: Displays detection' ) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733') +sha256sums=('67afc33bc1ad321cecf9e4c6f22b09d85020d0beacb10c31008d1111a6a72b70') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0bdfa806ff699d8b553c294b60d00b9e54441741 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0bdfa806ff699d8b553c294b60d00b9e54441741 You're receiving this email because of your account on gitlab.archlinux.org.