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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Jun 11 17:10:30 UTC 2022


    Date: Saturday, June 11, 2022 @ 17:10:29
  Author: shibumi
Revision: 1233938

archrelease: copy trunk to community-x86_64

Added:
  kubeseal/repos/community-x86_64/PKGBUILD
    (from rev 1233937, kubeseal/trunk/PKGBUILD)
Deleted:
  kubeseal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 17:10:21 UTC (rev 1233937)
+++ PKGBUILD	2022-06-11 17:10:29 UTC (rev 1233938)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: sseneca <me at ssene dot ca>
-# Contributor: ml <ml at visu.li>
-
-pkgname=kubeseal
-_pkgname=sealed-secrets
-pkgver=0.17.3
-pkgrel=1
-pkgdesc="A Kubernetes controller and tool for one-way encrypted Secrets"
-arch=('x86_64')
-url="https://github.com/bitnami-labs/sealed-secrets"
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('6b00b630ba437cbe38516eaca95885fa39219441699a8819c6f5a752d23fb87961915a1484305d8b3cd4851df7f41d63ceae29ad485f83cfda46fdcf44774db0')
-options=('!lto')
-
-build() {
-  cd "${_pkgname}-${pkgver}/cmd/kubeseal"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" .
-}
-
-check() {
-  cd "${_pkgname}-${pkgver}"
-
-  go test ./cmd/kubeseal/... ./pkg/...
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}/cmd/kubeseal/"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}

Copied: kubeseal/repos/community-x86_64/PKGBUILD (from rev 1233937, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 17:10:29 UTC (rev 1233938)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: sseneca <me at ssene dot ca>
+# Contributor: ml <ml at visu.li>
+
+pkgname=kubeseal
+_pkgname=sealed-secrets
+pkgver=0.17.5
+pkgrel=1
+pkgdesc="A Kubernetes controller and tool for one-way encrypted Secrets"
+arch=('x86_64')
+url="https://github.com/bitnami-labs/sealed-secrets"
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('bc2dade857577b0b3dbe3460ef3474111005ada7e8b691ae46f07a7b27e7284246f42e0f03f09ab722ccabfcb3bad390b36a075ea3bd8f3f955f328e705bed0b')
+options=('!lto')
+
+build() {
+  cd "${_pkgname}-${pkgver}/cmd/kubeseal"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" .
+}
+
+check() {
+  cd "${_pkgname}-${pkgver}"
+
+  go test ./cmd/kubeseal/... ./pkg/...
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}/cmd/kubeseal/"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}



More information about the arch-commits mailing list