summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKimiblock2023-11-29 23:15:01 +0800
committerKimiblock2023-11-29 23:15:01 +0800
commite6468e720803a540e3ce83f5d61dc0ba3db749fc (patch)
tree8e11b2c151b55ff0d6a1b95b0d4b53a7ae43892b /PKGBUILD
parent918c2b1f74a3208654c4fc687f2ff6a6b8f01daf (diff)
downloadaur-mcctl-git.tar.gz
Add git as a makedep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882eaebfa22d..d9128aa38dc3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/Kimiblock/mcctl/"
license=('GPL3')
groups=()
depends=('bash' 'wget' 'java-environment' 'screen')
-makedepends=()
+makedepends=("git")
checkdepends=()
optdepends=(
'git: Version control'