Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
7a9f30f7 by Robin Candau at 2024-03-08T17:15:41+01:00
upgpkg: 2.8.8-1: New upstream release + Add .nvchecker.toml
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.8.8

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
        pkgdesc = Like Neofetch, but much faster because written in C
-       pkgver = 2.8.7
+       pkgver = 2.8.8
        pkgrel = 1
        url = https://github.com/fastfetch-cli/fastfetch
        arch = x86_64
@@ -43,7 +43,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.8.7.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.7.tar.gz
-       sha256sums = 
d5382b12a0df30afaa99f17b284a151009b0e15a5ad73d13f140a3b8a460fd9c
+       source = 
fastfetch-2.8.8.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.8.tar.gz
+       sha256sums = 
179c4a4d9e725104ebabd5932b1d659a99dbdfc225a1ee0261944d168abccf05
 
 pkgname = fastfetch


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[fastfetch]
+source = "github"
+github = "fastfetch-cli/fastfetch"
+use_max_tag = true


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 
 pkgname=fastfetch
-pkgver=2.8.7
+pkgver=2.8.8
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('d5382b12a0df30afaa99f17b284a151009b0e15a5ad73d13f140a3b8a460fd9c')
+sha256sums=('179c4a4d9e725104ebabd5932b1d659a99dbdfc225a1ee0261944d168abccf05')
 
 build() {
        cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/7a9f30f7bf2ebf68f6cba32fc8afa16b034f0395

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/7a9f30f7bf2ebf68f6cba32fc8afa16b034f0395
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to