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

Christian Rebischke shibumi at gemini.archlinux.org
Mon Aug 16 17:54:22 UTC 2021


    Date: Monday, August 16, 2021 @ 17:54:22
  Author: shibumi
Revision: 1001068

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-16 17:54:09 UTC (rev 1001067)
+++ PKGBUILD	2021-08-16 17:54:22 UTC (rev 1001068)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=fluxctl
-_pkgname=flux
-pkgver=1.23.1
-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=('43c7161d9e96ab9ac311f966fcd6a6ee9b9c391fc04b028584ca36aeddc93bc16b274b4d2c069e98a5e69f45a4a477d87233b49d0cd243a56c55f6c944c72e79')
-b2sums=('80fd5f85a174fd0ba3817f184876ddac82c59fb752f51b317849bb048f23882e9c08ce6b657aa0daad0abf1c9db69bce9834845d3f9caccfbd4213999fcc6219')
-
-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 1001067, fluxctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-16 17:54:22 UTC (rev 1001068)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=fluxctl
+_pkgname=flux
+pkgver=1.23.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=('2d92360aa4667cd0e76fb5e3e226352cf78e4a79de093eadd4c00c9b8d196740a7830cd074bb1cdbee9082d3b942942d5076dcb6b714df385fdfd204757e2d69')
+b2sums=('9fb44e437ca63167c51343c623a05c815697f4c7e55d7eeb944639a37b2b4c08733d3e15467d5dbb0604dfb6b807d73f46fba12848fe4a586a8a9e830ffb79d6')
+
+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