Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 114b5b6d by Robin Candau at 2025-07-31T08:40:02+02:00 upgpkg: 2.49.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.49.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.48.1 + pkgver = 2.49.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.48.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.48.1.tar.gz - sha256sums = 912692fb4ffa34b10809909e3a774e8193751554f77550d6ae126892b029c021 + source = fastfetch-2.49.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.49.0.tar.gz + sha256sums = 5c656581c6cb3061cf8648e2cd0cdf07abcf5f680fdc8bda935deece90b086a0 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.48.1 +pkgver=2.49.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=('912692fb4ffa34b10809909e3a774e8193751554f77550d6ae126892b029c021') +sha256sums=('5c656581c6cb3061cf8648e2cd0cdf07abcf5f680fdc8bda935deece90b086a0') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/114b5b6dd3c13f98ee8316ca2eaa86782cdc16fc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/114b5b6dd3c13f98ee8316ca2eaa86782cdc16fc You're receiving this email because of your account on gitlab.archlinux.org.
