summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrit2018-09-17 05:47:32 +0200
committerStrit2018-09-17 05:47:32 +0200
commit51978722ab3f54c3bd434f395bb530ce0a57f62b (patch)
tree8558c8524f21d4b2807f278929be770ece5a29b9
parent192852797a0e2e6ddabdc36c0ce7a825c7347d7b (diff)
downloadaur-51978722ab3f54c3bd434f395bb530ce0a57f62b.tar.gz
replaced vulkan-validation-layer with vulkan-tools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21b169fdb5aa..0d1220372180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpu-viewer
pkgdesc = A frontend to glxinfo and vulkaninfo.
pkgver = 1.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arunsivaramanneo/GPU-Viewer/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gpu-viewer
depends = gtk3
depends = python
depends = python-gobject
- depends = vulkan-validation-layers
+ depends = vulkan-tools
depends = clinfo
optdepends = nvidia: Vulkan nvidia driver
optdepends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 4a9e32885e72..33faa2ee7841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gpu-viewer
_pkgname=GPU-Viewer
pkgver=1.13
-pkgrel=1
+pkgrel=2
pkgdesc="A frontend to glxinfo and vulkaninfo."
arch=('i686' 'x86_64')
url="https://github.com/arunsivaramanneo/GPU-Viewer/"
license=('GPL3')
-depends=('gtk3' 'python' 'python-gobject' 'vulkan-validation-layers' 'clinfo')
+depends=('gtk3' 'python' 'python-gobject' 'vulkan-tools' 'clinfo')
optdepends=('nvidia: Vulkan nvidia driver'
'mesa'
'vulkan-radeon: Vulkan AMD drivers'