Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 93514a4d by Robin Candau at 2025-02-19T09:25:03+01:00 upgpkg: 2.37.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.37.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.36.1 + pkgver = 2.37.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.36.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.36.1.tar.gz - sha256sums = 490d5b971dd7fac4c31018354904fdd5e2c409924ba868157bda3bfe1fb5c485 + source = fastfetch-2.37.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.37.0.tar.gz + sha256sums = a5739be74686fefc731f7ce1669c645ca98172ae3ed5e7c3d48176df43aea5af pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.36.1 +pkgver=2.37.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=('490d5b971dd7fac4c31018354904fdd5e2c409924ba868157bda3bfe1fb5c485') +sha256sums=('a5739be74686fefc731f7ce1669c645ca98172ae3ed5e7c3d48176df43aea5af') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/93514a4dc662a0c9b3dee2290c7d071c4f658218 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/93514a4dc662a0c9b3dee2290c7d071c4f658218 You're receiving this email because of your account on gitlab.archlinux.org.
