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


Commits:
2721281c by Robin Candau at 2023-11-01T14:46:04+01:00
upgpkg: 2.2.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = fastfetch
        pkgdesc = Like Neofetch, but much faster because written in C
-       pkgver = 2.1.2
-       pkgrel = 3
+       pkgver = 2.2.0
+       pkgrel = 1
        url = https://github.com/fastfetch-cli/fastfetch
        arch = x86_64
        license = MIT
@@ -42,7 +42,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.1.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.1.2.tar.gz
-       sha256sums = 
62b02c7e48cb328c4381e7d4af4b23a7c74a2879eeea53525b8c45cc0e79e65f
+       source = 
fastfetch-2.2.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.2.0.tar.gz
+       sha256sums = 
6d7df9be0cb3e7511243ba06e449b42286c467c050f2be010a2e3a715a82db77
 
 pkgname = fastfetch


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 
 pkgname=fastfetch
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 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=('62b02c7e48cb328c4381e7d4af4b23a7c74a2879eeea53525b8c45cc0e79e65f')
+sha256sums=('6d7df9be0cb3e7511243ba06e449b42286c467c050f2be010a2e3a715a82db77')
 
 build() {
        cmake -B build -S "${pkgname}-${pkgver}" \



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

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


Reply via email to