Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 3e4d45f9 by Robin Candau at 2025-04-03T08:59:11+02:00 upgpkg: 2.40.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.40.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.39.1 + pkgver = 2.40.0 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -41,7 +41,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.39.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.39.1.tar.gz - sha256sums = ce24ba2763ebd736a1797f259da03c982b353ce0ad8641fa3626b98a17925b9e + source = fastfetch-2.40.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.40.0.tar.gz + sha256sums = 1d002ba697e1a4d301d32bb79f2d8f1e2db5a798baa60f34586f66532244dc5a pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.39.1 +pkgver=2.40.0 pkgrel=1 pkgdesc="A feature-rich and performance oriented neofetch like system information tool" url="https://github.com/fastfetch-cli/fastfetch" @@ -29,7 +29,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=('ce24ba2763ebd736a1797f259da03c982b353ce0ad8641fa3626b98a17925b9e') +sha256sums=('1d002ba697e1a4d301d32bb79f2d8f1e2db5a798baa60f34586f66532244dc5a') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/3e4d45f9878bc9fe883cbc527fc933a9294f5dbc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/3e4d45f9878bc9fe883cbc527fc933a9294f5dbc You're receiving this email because of your account on gitlab.archlinux.org.
