summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2020-05-17 19:07:49 +0200
committerEric Engestrom2020-05-17 19:07:54 +0200
commit51db295037d93092fd7e53c963992fedbb9ac1a9 (patch)
tree243266ec52f1359b20bef2674ab2d5c85bff781d /PKGBUILD
parent3efd18f70bbbc583cc307bf667d56eb539d222b1 (diff)
downloadaur-51db295037d93092fd7e53c963992fedbb9ac1a9.tar.gz
drop `makedepends` that is also a `depends`
I just learned that `depends` are implicitly included in all `*depends`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed4b27265c36..a94224ff8e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ source=("git+https://github.com/SaschaWillems/VulkanCapsViewer#tag=$pkgver"
"git+https://github.com/KhronosGroup/Vulkan-Headers")
sha1sums=('SKIP'
'SKIP')
-makedepends=(git qt5-base)
+makedepends=(git)
depends=(vulkan-icd-loader qt5-base qt5-x11extras)
prepare() {