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

Santiago Torres-Arias sangy at gemini.archlinux.org
Tue Aug 31 16:41:35 UTC 2021


    Date: Tuesday, August 31, 2021 @ 16:41:35
  Author: sangy
Revision: 1010146

archrelease: copy trunk to community-x86_64

Added:
  cosign/repos/community-x86_64/PKGBUILD
    (from rev 1010145, cosign/trunk/PKGBUILD)
Deleted:
  cosign/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 16:41:16 UTC (rev 1010145)
+++ PKGBUILD	2021-08-31 16:41:35 UTC (rev 1010146)
@@ -1,37 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=cosign
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign"
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('83e4d24827053a33b5a2c22f43bf0b713a74f29c73c642dce27a885062d012ff774bdd7c55a2f29bc2619dcc25de7d71bb1ca6e0b813654de31020401419f747')
-b2sums=('7acba046eae34a0eaa745c56cf9e285180df52329e6ee0a4c1ae4b87ffb134277f2f0c47393b5fa5aa6ca0d4eb8bc219d336cd9c4df96c10e57016cec7639ba2')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
-  mkdir build
-  go build -o build/ ./...
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm755 build/copasetic "${pkgdir}/usr/bin/copasetic"
-}

Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 1010145, cosign/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-31 16:41:35 UTC (rev 1010146)
@@ -0,0 +1,37 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=cosign
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign"
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('e8f9b97cb24c090645cac57a9eaf5e60e51745f5b8e020ac4f7a5e2f258aed70130548324a3d4c8709b4f146dca2a58f2955fc46e3021f9a887967852938e61c')
+b2sums=('e02fa406c5ea2ae1d9b722790573a1bd3110c3d378d41c6cf7e3bd1cac91b6188e240a0c115f11758efc558bbf4e3448455a9af9bfb4f3af01cd7faa500fb937')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
+  mkdir build
+  go build -o build/ ./...
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm755 build/copasetic "${pkgdir}/usr/bin/copasetic"
+}



More information about the arch-commits mailing list