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


Commits:
818e5d19 by Robin Candau at 2023-12-05T16:25:56+01:00
upgpkg: 2.3.1-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
        pkgdesc = Like Neofetch, but much faster because written in C
-       pkgver = 2.3.0
+       pkgver = 2.3.1
        pkgrel = 1
        url = https://github.com/fastfetch-cli/fastfetch
        arch = x86_64
@@ -42,7 +42,8 @@ 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.3.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.0.tar.gz
-       sha256sums = 
48b372179fc04682092d07e602ac05bf576c6527ddecf88dcad9de7234da2e28
+       optdepends = libdrm: Displays detection
+       source = 
fastfetch-2.3.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.3.1.tar.gz
+       sha256sums = 
0d883f27aff597c348929d1d7ea640616f18bd20e3e57b3db7194f5207c4bebc
 
 pkgname = fastfetch


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 
 pkgname=fastfetch
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -48,9 +48,10 @@ optdepends=(
   'vulkan-icd-loader: Vulkan module & fallback for GPU output'
   'xfconf: Needed for XFWM theme and XFCE Terminal font'
   'zlib: Faster image output when using kitty graphics protocol'
+  'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('48b372179fc04682092d07e602ac05bf576c6527ddecf88dcad9de7234da2e28')
+sha256sums=('0d883f27aff597c348929d1d7ea640616f18bd20e3e57b3db7194f5207c4bebc')
 
 build() {
        cmake -B build -S "${pkgname}-${pkgver}" \
@@ -72,4 +73,7 @@ check() {
 
 package() {
        DESTDIR="${pkgdir}" cmake --install build
+
+       cd "${pkgname}-${pkgver}"
+       install -Dm 644 completions/fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
 }



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

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


Reply via email to