summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2022-04-28 22:27:19 +0200
committerDan Johansen2022-04-28 22:27:19 +0200
commit78698628256a25c4f5a1d6b220745cfe07a68d0c (patch)
treedf23ce2e69cc4a59123a42ed03d2e82ea64679df /PKGBUILD
parenta1895cf1067435a4bfcd5c43912d108dabda6ec1 (diff)
downloadaur-78698628256a25c4f5a1d6b220745cfe07a68d0c.tar.gz
add python-click to dependencies to fix launch error
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 3a0baf19789e..65426b865265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gpu-viewer
_pkgname=GPU-Viewer
pkgver=1.40
-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=('gtk3' 'python' 'python-gobject' 'vulkan-tools' 'clinfo' 'mesa-utils' 'vdpauinfo')
+depends=('gtk3' 'python' 'python-gobject' 'python-click' 'vulkan-tools' 'clinfo' 'mesa-utils' 'vdpauinfo')
makedepends=('meson' 'ninja')
optdepends=('nvidia: Vulkan nvidia driver'
'mesa'