Skip to content

Commit

Permalink
Merge pull request #2937 from fluxcd/fix-srcinfo-bin
Browse files Browse the repository at this point in the history
AUR: ensure `pkgname` is bottom entry in .SRCINFO
  • Loading branch information
hiddeco committed Jul 28, 2022
2 parents fe3e0ef + ca212ac commit 43eb932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/aur/flux-bin/.SRCINFO.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pkgbase = flux-bin
pkgname = flux-bin
pkgdesc = Open and extensible continuous delivery solution for Kubernetes
pkgver = ${PKGVER}
pkgrel = ${PKGREL}
Expand All @@ -13,3 +12,5 @@ pkgname = flux-bin
source_armv6h = ${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${pkgver}/flux_${pkgver}_linux_arm.tar.gz
source_armv7h = ${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${pkgver}/flux_${pkgver}_linux_arm.tar.gz
source_aarch64 = ${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux2/releases/download/v${pkgver}/flux_${pkgver}_linux_arm64.tar.gz

pkgname = flux-bin

0 comments on commit 43eb932

Please sign in to comment.