Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
fastfetch
Commits:
54729cb1 by Robin Candau at 2024-04-04T11:36:42+02:00
upgpkg: 2.9.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.8.10
- pkgrel = 2
+ pkgver = 2.9.0
+ pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
license = MIT
@@ -19,7 +19,6 @@ pkgbase = fastfetch
makedepends = mesa
makedepends = ocl-icd
makedepends = opencl-headers
- makedepends = pciutils
makedepends = vulkan-headers
makedepends = vulkan-icd-loader
makedepends = wayland
@@ -38,12 +37,12 @@ pkgbase = fastfetch
optdepends = mesa: Needed by the OpenGL module for gl context creation.
optdepends = libxrandr: Multi monitor support
optdepends = ocl-icd: OpenCL module
- optdepends = pciutils: GPU output
+ optdepends = hwdata: GPU output
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
optdepends = libdrm: Displays detection
- source =
fastfetch-2.8.10.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.10.tar.gz
- sha256sums =
e3ea8388d79cc02ed1a6e45b8e5fec4068507ca03923386bdc9a7b3ff02d2a52
+ source =
fastfetch-2.9.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.9.0.tar.gz
+ sha256sums =
ae0b0d0bf4d4569fb5dff6b1d67bc8d2091ed4a9aec6ab43c2c73430dff1f9dc
pkgname = fastfetch
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fastfetch
-pkgver=2.8.10
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
pkgdesc="Like Neofetch, but much faster because written in C"
arch=('x86_64')
url="https://github.com/fastfetch-cli/fastfetch"
@@ -24,7 +24,6 @@ makedepends=(
'mesa'
'ocl-icd'
'opencl-headers'
- 'pciutils'
'vulkan-headers'
'vulkan-icd-loader'
'wayland'
@@ -44,14 +43,14 @@ optdepends=(
'mesa: Needed by the OpenGL module for gl context creation.'
'libxrandr: Multi monitor support'
'ocl-icd: OpenCL module'
- 'pciutils: GPU output'
+ 'hwdata: GPU output'
'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=('e3ea8388d79cc02ed1a6e45b8e5fec4068507ca03923386bdc9a7b3ff02d2a52')
+sha256sums=('ae0b0d0bf4d4569fb5dff6b1d67bc8d2091ed4a9aec6ab43c2c73430dff1f9dc')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/54729cb1f5d41daf404a15ab6e2af5ba056d029f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/54729cb1f5d41daf404a15ab6e2af5ba056d029f
You're receiving this email because of your account on gitlab.archlinux.org.