Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 54bda637 by Robin Candau at 2026-01-14T11:33:31+01:00 upgpkg: 2.57.1-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.57.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = fastfetch pkgdesc = A feature-rich and performance oriented neofetch like system information tool - pkgver = 2.57.0 + pkgver = 2.57.1 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -44,7 +44,7 @@ pkgbase = fastfetch optdepends = sqlite: Needed for Sqlite integration and Soar packages count optdepends = vulkan-icd-loader: Vulkan module & fallback for GPU output optdepends = zlib: Faster image output when using kitty graphics protocol - source = fastfetch-2.57.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.57.0.tar.gz - sha256sums = 3bad5a66d8c641b69ed2e8c630eecb5eed8a6ee283a3b4fe97051b16cbef1b54 + source = fastfetch-2.57.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.57.1.tar.gz + sha256sums = ab09e4954d99377b5ba15d74cb2d7c9efb82af12788b3a009c40c804371af588 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.57.0 +pkgver=2.57.1 pkgrel=1 pkgdesc="A feature-rich and performance oriented neofetch like system information tool" url="https://github.com/fastfetch-cli/fastfetch" @@ -30,7 +30,7 @@ optdepends=('chafa: Image output as ascii art' 'vulkan-icd-loader: Vulkan module & fallback for GPU output' 'zlib: Faster image output when using kitty graphics protocol') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('3bad5a66d8c641b69ed2e8c630eecb5eed8a6ee283a3b4fe97051b16cbef1b54') +sha256sums=('ab09e4954d99377b5ba15d74cb2d7c9efb82af12788b3a009c40c804371af588') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/54bda637d1bbf099cd2ade15b660bab1c3dca750 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/54bda637d1bbf099cd2ade15b660bab1c3dca750 You're receiving this email because of your account on gitlab.archlinux.org.
