Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 46b50ba5 by Robin Candau at 2025-01-26T09:41:08+01:00 upgpkg: 2.35.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.35.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.34.1 + pkgver = 2.35.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.34.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.34.1.tar.gz - sha256sums = 856920a6484a324088bbbcaf608555c74168078fd34cdbde4d3e4af88bc5cb5f + source = fastfetch-2.35.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.35.0.tar.gz + sha256sums = e066d84f9ca176e24f162ce99dab7fac5238b5e8c94ab4aaff5850b6cc5c6ead pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.34.1 +pkgver=2.35.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=('856920a6484a324088bbbcaf608555c74168078fd34cdbde4d3e4af88bc5cb5f') +sha256sums=('e066d84f9ca176e24f162ce99dab7fac5238b5e8c94ab4aaff5850b6cc5c6ead') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/46b50ba578a338462e1fb625b9eaa1cd987e6d74 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/46b50ba578a338462e1fb625b9eaa1cd987e6d74 You're receiving this email because of your account on gitlab.archlinux.org.