Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch
Commits: 64491efb by Robin Candau at 2023-12-07T16:05:06+01:00 upgpkg: 2.3.3-2: Rebuild with python to fix the 'incomplete help option's message' issue See https://github.com/fastfetch-cli/fastfetch/issues/653 Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/issues/1 - - - - - 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.3.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/fastfetch-cli/fastfetch arch = x86_64 license = MIT @@ -20,6 +20,7 @@ pkgbase = fastfetch makedepends = ocl-icd makedepends = opencl-headers makedepends = pciutils + makedepends = python makedepends = vulkan-headers makedepends = vulkan-icd-loader makedepends = wayland ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=fastfetch pkgver=2.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Like Neofetch, but much faster because written in C" arch=('x86_64') url="https://github.com/fastfetch-cli/fastfetch" @@ -25,6 +25,7 @@ makedepends=( 'ocl-icd' 'opencl-headers' 'pciutils' + 'python' 'vulkan-headers' 'vulkan-icd-loader' 'wayland' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/64491efb514ed6b28758d6a8332266fb14c3a9ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/64491efb514ed6b28758d6a8332266fb14c3a9ca You're receiving this email because of your account on gitlab.archlinux.org.
