Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 26b86e32 by Robin Candau at 2024-08-26T07:55:53+02:00 upgpkg: 2.22.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.22.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = fastfetch - pkgdesc = Like Neofetch, but much faster because written in C - pkgver = 2.21.3 + pkgdesc = An actively maintained, feature-rich and performance oriented, neofetch like system information tool + pkgver = 2.22.0 pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 @@ -42,7 +42,7 @@ pkgbase = fastfetch optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font optdepends = zlib: Faster image output when using kitty graphics protocol optdepends = libdrm: Displays detection - source = fastfetch-2.21.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.21.3.tar.gz - sha256sums = cec1f126ade7a5ef971901b1cdbe79f5864523d7a0a92732991619485d13e2e7 + source = fastfetch-2.22.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.22.0.tar.gz + sha256sums = ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,9 +2,9 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.21.3 +pkgver=2.22.0 pkgrel=1 -pkgdesc="Like Neofetch, but much faster because written in C" +pkgdesc="An actively maintained, feature-rich and performance oriented, neofetch like system information tool" arch=('x86_64') url="https://github.com/fastfetch-cli/fastfetch" license=('MIT') @@ -49,7 +49,7 @@ optdepends=( 'libdrm: Displays detection' ) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('cec1f126ade7a5ef971901b1cdbe79f5864523d7a0a92732991619485d13e2e7') +sha256sums=('ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/26b86e323b943a76ee22078ca06a1b78252df099 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/26b86e323b943a76ee22078ca06a1b78252df099 You're receiving this email because of your account on gitlab.archlinux.org.
