Date: Saturday, May 6, 2023 @ 18:35:18
  Author: shibumi
Revision: 1459066

archrelease: copy trunk to community-x86_64

Added:
  fulcio/repos/community-x86_64/PKGBUILD
    (from rev 1459065, fulcio/trunk/PKGBUILD)
Deleted:
  fulcio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 18:33:36 UTC (rev 1459065)
+++ PKGBUILD    2023-05-06 18:35:18 UTC (rev 1459066)
@@ -1,36 +0,0 @@
-# Maintainer: Santiago Torres-Arias <[email protected]>
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=fulcio
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='free Root-CA for code signing certs - issuing certificates based on 
an OIDC email address.'
-arch=('x86_64')
-url="https://github.com/sigstore/fulcio";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/fulcio/archive/refs/tags/v${pkgver}.tar.gz";)
-sha512sums=('485ade3fac2d4df9b4ce3f976afdf5451cb932af675df6c2e484af6ed0bce5c5888203f2fb4605518cba81783b6eeaf81a4ca9221f3817bc4f995f62a173bb2a')
-b2sums=('8528ec4a066ceb2f54dd6a318c230087451a3b15c50b8816f9e0969b98aa75b8401d91bf0fe85505511ed1fbdd7198419ca24782d51059458a292d9ebb2140a7')
-
-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/fulcio "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: fulcio/repos/community-x86_64/PKGBUILD (from rev 1459065, 
fulcio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 18:35:18 UTC (rev 1459066)
@@ -0,0 +1,36 @@
+# Maintainer: Santiago Torres-Arias <[email protected]>
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=fulcio
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='free Root-CA for code signing certs - issuing certificates based on 
an OIDC email address.'
+arch=('x86_64')
+url="https://github.com/sigstore/fulcio";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/fulcio/archive/refs/tags/v${pkgver}.tar.gz";)
+sha512sums=('32d469724cb5a98c93dabbed715da4e7ca0b2976605661a32b98496d70b283717f459725599b77ba39bfab21ff2f0951a4752a0664e0c05227255458026679e2')
+b2sums=('b00fab04a262cc4b52d9a74efa533ded712c49c61101174bddd8ba6d10d95867e7ea4eeb0f32abaed942461398de0fece760b74613d113b141354de666e8f6be')
+
+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/fulcio "${pkgdir}/usr/bin/${pkgname}"
+}

Reply via email to