Date: Saturday, May 6, 2023 @ 19:04:30
  Author: shibumi
Revision: 1459084

archrelease: copy trunk to community-x86_64

Added:
  syft/repos/community-x86_64/PKGBUILD
    (from rev 1459083, syft/trunk/PKGBUILD)
Deleted:
  syft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 19:04:22 UTC (rev 1459083)
+++ PKGBUILD    2023-05-06 19:04:30 UTC (rev 1459084)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=syft
-pkgver=0.75.0
-pkgrel=1
-pkgdesc="CLI tool and library for generating a Software Bill of Materials from 
container images and filesystems"
-arch=('x86_64')
-url="https://github.com/anchore/syft";
-license=('Apache')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/anchore/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('4b8f7cc2823ace1fb2a57a5a989690967ac2b0caf2358dd61a85eca418050ff3fb8ea0409fa694754e595f85168f7f2b192fd407f651f48e05932a73b18fa379')
-b2sums=('4513fb5ce8c9b432d9042e31c13032428db7ae2b7637f25d391c572094706a1bcfa7dc971a96a8630b3d226504000c79219c0cbc6e1372558c6d08c3ff41dfa4')
-
-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/ ./...
-}
-
-# disabled, needs docker
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  go test -v ./...
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/syft "${pkgdir}/usr/bin/${pkgname}"
-}
-

Copied: syft/repos/community-x86_64/PKGBUILD (from rev 1459083, 
syft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 19:04:30 UTC (rev 1459084)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=syft
+pkgver=0.80.0
+pkgrel=1
+pkgdesc="CLI tool and library for generating a Software Bill of Materials from 
container images and filesystems"
+arch=('x86_64')
+url="https://github.com/anchore/syft";
+license=('Apache')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/anchore/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('951220ff3ba5d6fa8f3c379dce3d6e46f9398c3d8824a10a14dd69aa34f5b94fa5446dbafc20eec4eb7ccbbad0fbb71295f0bf02826f8a5743759b8434f7565e')
+b2sums=('e2aa6413d022e6ec22a1afce1a60bbfcc5ad295387ca1720623d44ff0b400cedbbac59464c4d9ef863f6c6f43e1abf8deecaa33a64accb782d4e2f20c49ba754')
+
+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/ ./...
+}
+
+# disabled, needs docker
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  go test -v ./...
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/syft "${pkgdir}/usr/bin/${pkgname}"
+}
+

Reply via email to