Package Details: drm_info-git 2.4.0.r0.g4f4d727a-1

Git Clone URL: https://aur.archlinux.org/drm_info-git.git (read-only, click to copy)
Package Base: drm_info-git
Description: Small utility to dump info about DRM devices
Upstream URL: https://gitlab.freedesktop.org/emersion/drm_info
Licenses: MIT
Conflicts: drm_info
Provides: drm_info
Submitter: emersion
Maintainer: emersion
Last Packager: emersion
Votes: 3
Popularity: 0.003045
First Submitted: 2019-05-18 06:50 (UTC)
Last Updated: 2022-10-07 08:36 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

whynothugo commented on 2022-03-22 10:23 (UTC)

Can you update arch to arch=("x86_64" "aarch64")? I can confirm this working on aarch64.

emersion commented on 2021-08-03 13:03 (UTC)

Done, thanks!

whynothugo commented on 2021-08-03 09:42 (UTC)

pciutils is missing as a required dependency:

diff --git a/PKGBUILD b/PKGBUILD
index a85dfa1..1f3f9e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
 license=(MIT)
 pkgdesc='Small utility to dump info about DRM devices'
 makedepends=(meson git)
-depends=(libdrm json-c)
+depends=(libdrm json-c pciutils)
 arch=(x86_64)
 url=https://github.com/ascent12/drm_info
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")