Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 67297855 by Robin Candau at 2026-06-28T18:13:40+02:00 upgpkg: 2.65.2-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.65.2 - - - - - 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.65.1 + pkgver = 2.65.2 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -51,7 +51,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.65.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.65.1.tar.gz - sha256sums = c4a9d191601bae302cfa9939f2b5666d2565e83229840cd00554c4913646f0ad + source = fastfetch-2.65.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.65.2.tar.gz + sha256sums = d0b318c33cf6c8bbae1162325f91624762a040a60f748941cbf1b4b99a75fa30 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.65.1 +pkgver=2.65.2 pkgrel=1 pkgdesc="A feature-rich and performance oriented neofetch like system information tool" url="https://github.com/fastfetch-cli/fastfetch" @@ -34,7 +34,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=('c4a9d191601bae302cfa9939f2b5666d2565e83229840cd00554c4913646f0ad') +sha256sums=('d0b318c33cf6c8bbae1162325f91624762a040a60f748941cbf1b4b99a75fa30') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/67297855824af46f8fa4270450da1e5bb17e370b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/67297855824af46f8fa4270450da1e5bb17e370b You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
