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

Christian Rebischke shibumi at gemini.archlinux.org
Fri Dec 17 23:30:10 UTC 2021


    Date: Friday, December 17, 2021 @ 23:30:09
  Author: shibumi
Revision: 1076647

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-17 23:30:04 UTC (rev 1076646)
+++ PKGBUILD	2021-12-17 23:30:09 UTC (rev 1076647)
@@ -1,40 +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.16.0
-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=('0d5338ff1d1e8ab4d7c6ee0ed42e7cf5ae4cf0bc05971e99994aef324d93e33ed5466a100240307881f86333516dab4ba4453c0c8dca87aa6f790088fb17d15d')
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  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=vendor -modcacherw"
-
-  go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" ./cmd/kubeseal
-}
-
-check() {
-  cd "${_pkgname}-${pkgver}"
-
-  go test ./cmd/kubeseal/... ./pkg/...
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}

Copied: kubeseal/repos/community-x86_64/PKGBUILD (from rev 1076646, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-17 23:30:09 UTC (rev 1076647)
@@ -0,0 +1,40 @@
+# 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.1
+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=('c4f3857c29930d9e304d99be5e6b5e5acf944385ab1ed93e7b2d0ab837a9d64eafd6a723c98702b124925bcb38a430992507c4dee01469ffd45a6c2a4eab3cce')
+
+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