summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Kescher2020-03-11 09:36:46 +0100
committerJeremy Kescher2020-03-11 09:36:46 +0100
commitd1ef8e98201c2539740b4cc4b7fa9aab6b9008fc (patch)
tree727351fafbc56b13fbd40ff0d465cddff4301de6 /PKGBUILD
parent88e2046db597a41b4e68fdbf87e798b1d57e3dd5 (diff)
downloadaur-d1ef8e98201c2539740b4cc4b7fa9aab6b9008fc.tar.gz
Add git as makedep (thanks xiretza for the heads-up)
Signed-off-by: Jeremy Kescher <jeremy@kescher.at>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38cac49d1a59..e4480032063f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ makedepends=( # Prevent out-of-date SPIRV headers error
'vulkan-headers'
'xcb-proto'
'wine'
+ 'git'
)
conflicts=('lib32-vkd3d' 'lib32-vkd3d-git')
provides=('lib32-vkd3d')