Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: bd228c82 by Robin Candau at 2025-06-05T09:19:47+02:00 upgpkg: 2.45.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.45.0 - - - - - 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.44.0 + pkgver = 2.45.0 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -43,7 +43,7 @@ pkgbase = fastfetch optdepends = vulkan-icd-loader: Vulkan module & fallback for GPU output optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font optdepends = zlib: Faster image output when using kitty graphics protocol - source = fastfetch-2.44.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.44.0.tar.gz - sha256sums = 3fc2b6d71e38f07ccef29945937daac7825a7cf48f67658207d31a5d42a5a90b + source = fastfetch-2.45.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.45.0.tar.gz + sha256sums = f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.44.0 +pkgver=2.45.0 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' 'xfconf: Needed for XFWM theme and XFCE Terminal font' 'zlib: Faster image output when using kitty graphics protocol') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('3fc2b6d71e38f07ccef29945937daac7825a7cf48f67658207d31a5d42a5a90b') +sha256sums=('f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/bd228c8212cd106bfc82db5e0ce1ea8776d9cd29 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/bd228c8212cd106bfc82db5e0ce1ea8776d9cd29 You're receiving this email because of your account on gitlab.archlinux.org.
