summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2020-05-31 15:37:17 +0200
committerEric Engestrom2020-05-31 15:37:17 +0200
commit0ee303af2c74d21d954bc2a810988a8b0868b917 (patch)
tree527356224121a9c03faf57c5a8fd9d1dd722b8e9 /PKGBUILD
parent88f7296ca5cae44ca0a37de72153ee85a48e63c7 (diff)
downloadaur-0ee303af2c74d21d954bc2a810988a8b0868b917.tar.gz
drop x11 dependency has we can now compile the project without it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 019686793690..0f58d352e69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("git+https://github.com/SaschaWillems/VulkanCapsViewer#tag=$pkgver"
sha1sums=('SKIP'
'SKIP')
makedepends=(git)
-depends=(vulkan-icd-loader qt5-base qt5-x11extras)
+depends=(vulkan-icd-loader qt5-base)
prepare() {
cd VulkanCapsViewer