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:
committed by
Hidde Beydals
parent
7f580e89d0
commit
b4b3551e39
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")
|
provides=("flux-bin")
|
||||||
conflicts=("flux-bin")
|
conflicts=("flux-bin")
|
||||||
depends=("glibc")
|
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',
|
optdepends=('bash-completion: auto-completion for flux in Bash',
|
||||||
'zsh-completions: auto-completion for flux in ZSH')
|
'zsh-completions: auto-completion for flux in ZSH')
|
||||||
source=(
|
source=(
|
||||||
|
|||||||
Reference in New Issue
Block a user