mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
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 <tom@fizz.buzz>
This commit is contained in:
parent
7f580e89d0
commit
b4b3551e39
1 changed files with 1 additions and 1 deletions
2
.github/aur/flux-scm/PKGBUILD.template
vendored
2
.github/aur/flux-scm/PKGBUILD.template
vendored
|
|
@ -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=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue