Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: d4535e18 by Robin Candau at 2026-03-07T07:47:42+01:00 upgpkg: 2.60.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.60.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.59.0 + pkgver = 2.60.0 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.59.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.59.0.tar.gz - sha256sums = 978e2524d0dc1ff9fd8c89fb24ae5b131af18ff108da82c6d99823712557e499 + source = fastfetch-2.60.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.60.0.tar.gz + sha256sums = 001dd608ebe0d8b651069983690cc93fe7f3e41ac11a50fc591b22c2fe97d9a4 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.59.0 +pkgver=2.60.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' '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=('978e2524d0dc1ff9fd8c89fb24ae5b131af18ff108da82c6d99823712557e499') +sha256sums=('001dd608ebe0d8b651069983690cc93fe7f3e41ac11a50fc591b22c2fe97d9a4') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/d4535e1822ffbac7f67fee78f5d52b656ede9de0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/d4535e1822ffbac7f67fee78f5d52b656ede9de0 You're receiving this email because of your account on gitlab.archlinux.org.
