[arch-commits] Commit in fluxctl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at gemini.archlinux.org
Mon Nov 29 01:05:39 UTC 2021


    Date: Monday, November 29, 2021 @ 01:05:38
  Author: shibumi
Revision: 1056058

archrelease: copy trunk to community-x86_64

Added:
  fluxctl/repos/community-x86_64/PKGBUILD
    (from rev 1056056, fluxctl/trunk/PKGBUILD)
Deleted:
  fluxctl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-29 01:05:37 UTC (rev 1056057)
+++ PKGBUILD	2021-11-29 01:05:38 UTC (rev 1056058)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=fluxctl
-_pkgname=flux
-pkgver=1.24.2
-pkgrel=1
-pkgdesc="Controller for the GitOps Kubernetes operator flux"
-arch=('x86_64')
-url="https://github.com/fluxcd/flux"
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz")
-sha512sums=('af05422f6cd3adb2aba4b53dd4964b67403fe32642eb5fc4d833bbada7f2e2537dc3a8573f1b53efac5513894670ec1e760508e5a1b3a29edbbcbbf47a4fd743')
-b2sums=('0cdb6d51a9dc2310754abccdfbd4eb1679bf273edc8a5552c925b9591bc1c491e5d28465082b28646311c225db14627072fc34d324da8b28ea97abae3f3bcb05')
-
-build() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
-  chmod +x ./fluxctl
-}
-
-check() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  go test ./...
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
-}

Copied: fluxctl/repos/community-x86_64/PKGBUILD (from rev 1056056, fluxctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-29 01:05:38 UTC (rev 1056058)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=fluxctl
+_pkgname=flux
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Controller for the GitOps Kubernetes operator flux"
+arch=('x86_64')
+url="https://github.com/fluxcd/flux"
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz")
+sha512sums=('96c72a58ad600e2db8bf8571790df4565d7ea4a3bb5d78bfdafe65f2fc64b868ca61d3eec8e879c4b2eef17195b3168523b0059600f9a55581d1f949ce2ad578')
+b2sums=('1c69cb0c99fb8d3b3b8a82fe9159a9f213133337010b33db0d267e07186b240e730a7c89eec1b718f52135d7369ccbf6178f70e86f98d692249ff634dfd71e57')
+
+build() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
+  chmod +x ./fluxctl
+}
+
+check() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  go test ./...
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
+}



More information about the arch-commits mailing list