summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2023-01-04 09:10:52 +0100
committerDan Johansen2023-01-04 09:10:52 +0100
commit7e6a89b230e7b5f0a8fe3784189511b1403d5852 (patch)
tree038378a768f2d7924ecaa68c317afcd84109d1e6 /PKGBUILD
parent4737ef99571012d8f8f726404c3235ee7c6da7fb (diff)
downloadaur-7e6a89b230e7b5f0a8fe3784189511b1403d5852.tar.gz
added xorg-xdpyinfo to dependencies, thanks gamer_ro
Signed-off-by: Dan Johansen <strit@manjaro.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44bceef95c55..1b992f990303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gpu-viewer
_pkgname=GPU-Viewer
pkgver=2.02
-pkgrel=1
+pkgrel=2
pkgdesc="A frontend to glxinfo and vulkaninfo."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/arunsivaramanneo/GPU-Viewer/"
license=('GPL3')
-depends=('gtk4' 'libadwaita' 'python' 'python-gobject' 'python-click' 'vulkan-tools' 'clinfo' 'mesa-utils' 'vdpauinfo')
+depends=('gtk4' 'libadwaita' 'python' 'python-gobject' 'python-click' 'vulkan-tools' 'clinfo' 'mesa-utils' 'vdpauinfo' 'xorg-xdpyinfo')
makedepends=('meson' 'ninja')
optdepends=('nvidia: Vulkan nvidia driver'
'mesa'