You are not logged in.

#1 2026-07-23 09:46:35

kmizumar
Member
Registered: 2026-07-23
Posts: 2

flux-bin: PKGBUILD uses an outdated _srcver, installing the 2.8.6

I believe there is an issue with the current flux-bin PKGBUILD.

The package version (pkgver) has been updated to 2.9.2, but the _srcver variable still points to 2.8.6. As a result, the PKGBUILD downloads and installs the 2.8.6 binary instead of the expected 2.9.2 release.


https://aur.archlinux.org/cgit/aur.git/ … h=flux-bin

# Maintainer: Dessa Simpson <dxs@k7dxs.net>
# Contributor: Aurel Canciu <aurelcanciu@gmail.com>
# Contributor: Hidde Beydals <hello@hidde.co>

pkgname=flux-bin
pkgver=2.9.2
pkgrel=1
_srcname=flux
_srcver=2.8.6
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
provides=("fluxcd")
conflicts=("fluxcd")
arch=("x86_64" "armv7h" "aarch64")
license=("APACHE")
optdepends=('bash-completion: auto-completion for flux in Bash'
            'fish-completion: auto-completion for flux in Fish'
            'zsh-completions: auto-completion for flux in ZSH')
source_x86_64=(
  "${pkgname}-${pkgver}_linux_amd64.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${_srcver}/flux_${_srcver}_linux_amd64.tar.gz"
)
source_armv7h=(
  "${pkgname}-${pkgver}_linux_arm.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${_srcver}/flux_${_srcver}_linux_arm.tar.gz"
)
source_aarch64=(
  "${pkgname}-${pkgver}_linux_arm64.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${_srcver}/flux_${_srcver}_linux_arm64.tar.gz"
)

Last edited by kmizumar (2026-07-24 09:20:03)

Offline

#2 2026-07-23 10:04:51

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,236

Re: flux-bin: PKGBUILD uses an outdated _srcver, installing the 2.8.6

Please use code & /code tags for such output  , see https://bbs.archlinux.org/help.php#bbcode

It looks like you're right, please add a comment about this to flux-bin aur page.
(AUR registration should work again)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2026-07-24 09:36:43

kmizumar
Member
Registered: 2026-07-23
Posts: 2

Re: flux-bin: PKGBUILD uses an outdated _srcver, installing the 2.8.6

Thank you for the helpful guidance.

I've added the appropriate tags to my post (I hope I did it correctly). I hadn't realized that AUR registration was enabled. I was looking for a way to report the issue and eventually found this forum. I've also left a comment on the `flux-bin` AUR page. Thanks again for your help!

Offline

Board footer

Powered by FluxBB