Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 971cafe1 by Robin Candau at 2024-10-06T12:17:39+02:00 upgpkg: 2.27.1-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.27.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fastfetch pkgdesc = An actively maintained, feature-rich and performance oriented, neofetch like system information tool - pkgver = 2.26.1 - pkgrel = 2 + pkgver = 2.27.1 + pkgrel = 1 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 license = MIT @@ -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.26.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.26.1.tar.gz - sha256sums = 4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf + source = fastfetch-2.27.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.27.1.tar.gz + sha256sums = de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.26.1 -pkgrel=2 +pkgver=2.27.1 +pkgrel=1 pkgdesc="An actively maintained, feature-rich and performance oriented, neofetch like system information tool" arch=('x86_64') url="https://github.com/fastfetch-cli/fastfetch" @@ -50,7 +50,7 @@ optdepends=( 'zlib: Faster image output when using kitty graphics protocol' ) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf') +sha256sums=('de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/971cafe182d663baa929babee6f2711418aa90ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/971cafe182d663baa929babee6f2711418aa90ca You're receiving this email because of your account on gitlab.archlinux.org.
