Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
fastfetch
Commits:
0ac9c13c by Robin Candau at 2024-11-07T20:08:28+01:00
upgpkg: 2.29.0-1: New upstream release
- - - - -
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.28.0
+ pkgver = 2.29.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.28.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.28.0.tar.gz
- sha256sums =
115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7
+ source =
fastfetch-2.29.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.29.0.tar.gz
+ sha256sums =
c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602
pkgname = fastfetch
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fastfetch
-pkgver=2.28.0
+pkgver=2.29.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=('115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7')
+sha256sums=('c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0ac9c13cb6b9592466d40282fcea1456f39aea05
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0ac9c13cb6b9592466d40282fcea1456f39aea05
You're receiving this email because of your account on gitlab.archlinux.org.