Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / cpu-x
Commits: b40714bd by Peter Jung at 2025-04-09T17:07:12+02:00 upgpkg: 5.2.0-3: Add missing depend Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/cpu-x/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = cpu-x pkgdesc = A Free software that gathers information on CPU, motherboard and more pkgver = 5.2.0 - pkgrel = 2 + pkgrel = 3 url = https://thetumultuousunicornofdarkness.github.io/CPU-X arch = x86_64 license = GPL-3.0-only @@ -26,6 +26,7 @@ pkgbase = cpu-x depends = opencl-icd-loader depends = pangomm depends = pciutils + depends = procps-ng depends = vulkan-icd-loader optdepends = opengl-driver: packaged openGL driver optdepends = vulkan-driver: packaged Vulkan driver ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=cpu-x pkgver=5.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A Free software that gathers information on CPU, motherboard and more" arch=(x86_64) url="https://thetumultuousunicornofdarkness.github.io/CPU-X" @@ -23,6 +23,7 @@ depends=( opencl-icd-loader pangomm pciutils + procps-ng vulkan-icd-loader ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpu-x/-/commit/b40714bd870d9caf5072d2e3a8b79d4ac98d6d4a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpu-x/-/commit/b40714bd870d9caf5072d2e3a8b79d4ac98d6d4a You're receiving this email because of your account on gitlab.archlinux.org.
