[arch-commits] Commit in kubectl-cert-manager/repos/community-x86_64 (2 files)

Christian Rebischke shibumi at gemini.archlinux.org
Sun Sep 26 00:50:36 UTC 2021


    Date: Sunday, September 26, 2021 @ 00:50:35
  Author: shibumi
Revision: 1025341

archrelease: copy trunk to community-x86_64

Added:
  kubectl-cert-manager/repos/community-x86_64/PKGBUILD
    (from rev 1025340, kubectl-cert-manager/trunk/PKGBUILD)
Deleted:
  kubectl-cert-manager/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-26 00:50:28 UTC (rev 1025340)
+++ PKGBUILD	2021-09-26 00:50:35 UTC (rev 1025341)
@@ -1,45 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: ml <>
-pkgname=kubectl-cert-manager
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
-arch=('x86_64' 'aarch64')
-url='https://github.com/jetstack/cert-manager'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-groups=('kubectl-plugins')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('26d4c7ac3a106bbd6fa1bfce5789f4a2c2469820a5f680d974b8d256077ffad14fa67b16a670c6398a848a95b5fdfccaeaf831824f14bc43be812199be77a2db')
-b2sums=('712a1a0a2bcfac84dc0dce8424fb7a1724c3dea4775660eb1984ea09d4893c3be95624f7ac384627530e4e77ba35e36426376ef5f125878ee16eb16d74adccda')
-
-build() {
-  local _x _commit
-  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
-  _x=(
-    AppVersion="v$pkgver"
-    AppGitCommit="${_commit:?}"
-    AppGitState="clean"
-  )
-
-  cd cert-manager-"$pkgver"
-  export CGO_ENABLED=1
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-linkmode=external ${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
-}
-
-check() {
-  cd cert-manager-"$pkgver"
-  # we don't want e2e and other tests that explicitly want bazel
-  go test -short ./cmd/ctl/...
-}
-
-package() {
-  cd cert-manager-"$pkgver"
-  install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
-}

Copied: kubectl-cert-manager/repos/community-x86_64/PKGBUILD (from rev 1025340, kubectl-cert-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-26 00:50:35 UTC (rev 1025341)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: ml <>
+pkgname=kubectl-cert-manager
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('843350be11c6e61e902181359aec8870b3faaae78c25e1e1df2208efb8de3f88c9082d2307d1d2dd6cf88ae5e43a171b85c3751097e9ec5dcba33f89eaf5aae7')
+b2sums=('f2c2d8519e1755b9221e6ea2fb929de3eab7556b6bc9f357194358a9ce1df731f3b06bb83fdc2e95157eb3c3d78e12fab6a67741e74395b8aa1b7b0bff2589ba')
+
+build() {
+  local _x _commit
+  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+  _x=(
+    AppVersion="v$pkgver"
+    AppGitCommit="${_commit:?}"
+    AppGitState="clean"
+  )
+
+  cd cert-manager-"$pkgver"
+  export CGO_ENABLED=1
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-linkmode=external ${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
+}
+
+check() {
+  cd cert-manager-"$pkgver"
+  # we don't want e2e and other tests that explicitly want bazel
+  go test -short ./cmd/ctl/...
+}
+
+package() {
+  cd cert-manager-"$pkgver"
+  install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
+}



More information about the arch-commits mailing list