From b4b3551e3960b5ce3606c1ae55f52dca4ca76ebc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 8 Jan 2022 14:47:23 -0500 Subject: [PATCH] build/aur: add Git as flux-scm build dependency Without git installed, makepkg fails to fetch the source. This breaks the build for people who build their aur packages inside temporary containers (for example aurutils with the -c flag). Signed-off-by: Tom Alexander --- .github/aur/flux-scm/PKGBUILD.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/aur/flux-scm/PKGBUILD.template b/.github/aur/flux-scm/PKGBUILD.template index 5fc39135..ed2657e8 100644 --- a/.github/aur/flux-scm/PKGBUILD.template +++ b/.github/aur/flux-scm/PKGBUILD.template @@ -11,7 +11,7 @@ license=("APACHE") provides=("flux-bin") conflicts=("flux-bin") depends=("glibc") -makedepends=('go>=1.17', 'kustomize>=3.0') +makedepends=('go>=1.17', 'kustomize>=3.0', 'git') optdepends=('bash-completion: auto-completion for flux in Bash', 'zsh-completions: auto-completion for flux in ZSH') source=(