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

Christian Rebischke shibumi at archlinux.org
Thu Mar 11 20:35:47 UTC 2021


    Date: Thursday, March 11, 2021 @ 20:35:47
  Author: shibumi
Revision: 887578

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-11 20:35:37 UTC (rev 887577)
+++ PKGBUILD	2021-03-11 20:35:47 UTC (rev 887578)
@@ -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.13.1
-pkgrel=3
-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=('a766e8f1f662aa33507d7d02016d2eefcfb5ea383ed4d4e043070b823e6d1a5de2b89c8bd7f342688745cc0744ec7a867b7b64c0451f8847bb59ba0436588974')
-
-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 887577, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-11 20:35:47 UTC (rev 887578)
@@ -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.14.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=('657655d0adacc583271415f4748d030355737c1ffc181a19e9628c440e813ea6819d6142efedaccfa655a492edc9cbe5dca3ebde611c613bd422ba54ddabd2eb')
+
+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"
+}



More information about the arch-commits mailing list