Package Details: flux-scm 2.3.0-1

Git Clone URL: https://aur.archlinux.org/flux-scm.git (read-only, click to copy)
Package Base: flux-scm
Description: Open and extensible continuous delivery solution for Kubernetes
Upstream URL: https://fluxcd.io/
Keywords: continuous-delivery devops flux gitops kubernetes
Licenses: Apache
Conflicts: flux-bin
Provides: flux-bin
Submitter: fluxcdbot
Maintainer: fluxcdbot (hiddeco, aurelcanciu)
Last Packager: fluxcdbot
Votes: 3
Popularity: 0.000000
First Submitted: 2020-12-03 10:23 (UTC)
Last Updated: 2024-05-13 13:54 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

cwrau commented on 2024-07-09 13:48 (UTC)

Could you provides and conflicts fluxcd?

diff --git a/PKGBUILD b/PKGBUILD
index 14885e4..7416f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
 url="https://fluxcd.io/"
 arch=("x86_64" "armv7h" "aarch64")
 license=("APACHE")
-provides=("flux-bin")
-conflicts=("flux-bin")
+provides=("flux-bin" "fluxcd")
+conflicts=("flux-bin" "fluxcd")
 depends=("glibc")
 makedepends=('go>=1.20', 'kustomize>=5.0', 'git')
 optdepends=('bash-completion: auto-completion for flux in Bash',

That way other tools can just depend on fluxcd, however the enduser chooses to install it.