summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXnopyt2021-05-19 20:06:23 +0100
committerXnopyt2021-05-19 20:06:23 +0100
commit8268964489457955b46dcbcee944fd7c8a947834 (patch)
treedabcefe78498d672c1b53790538dd094b19a23c6
parentb4aadd107006632f8c5e4f8cbe5d3eb14296b763 (diff)
downloadaur-8268964489457955b46dcbcee944fd7c8a947834.tar.gz
Require git at buildtime
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03e5466e9858..66eee29db4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Garry's Mod Addon Creator and Extractor"
arch=( "x86_64" )
url="https://github.com/garrynewman/gmad"
-makedepends=( "premake" )
+makedepends=( "premake" "git" )
provides=( "gmad" )
source=("gmad::git+https://github.com/Facepunch/gmad.git#branch=master"