Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 8db00849 by Robin Candau at 2024-12-03T19:44:21+01:00 upgpkg: 2.31.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.31.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.30.1 + pkgver = 2.31.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.30.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.30.1.tar.gz - sha256sums = 5248311a3d8ce65f6f48756dfc0df9f8922d64f5201ee8d980497d52e924906e + source = fastfetch-2.31.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.31.0.tar.gz + sha256sums = 3036e34acc1355bf39619df1a2400f5f8316d188088f07d9a366a521bb30ad61 pkgname = fastfetch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mark Wagie <mark dot wagie at proton dot me> pkgname=fastfetch -pkgver=2.30.1 +pkgver=2.31.0 pkgrel=1 pkgdesc="A feature-rich and performance oriented neofetch like system information tool" arch=('x86_64') @@ -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=('5248311a3d8ce65f6f48756dfc0df9f8922d64f5201ee8d980497d52e924906e') +sha256sums=('3036e34acc1355bf39619df1a2400f5f8316d188088f07d9a366a521bb30ad61') build() { cmake -B build -S "${pkgname}-${pkgver}" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/8db00849375ccbce1281c24863019f467a413fb0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/8db00849375ccbce1281c24863019f467a413fb0 You're receiving this email because of your account on gitlab.archlinux.org.
