Date: Sunday, September 11, 2022 @ 17:01:39
  Author: shibumi
Revision: 1300590

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-11 16:59:55 UTC (rev 1300589)
+++ PKGBUILD    2022-09-11 17:01:39 UTC (rev 1300590)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=syft
-pkgver=0.53.4
-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=('9267e45165b860540a89ad6c317351abe26d3089294ec9698fa26b37c4413581424f43aae3f01a111b68806c6de30e8464fce27eda1b1cba442e1e0f613843c5')
-b2sums=('15abe368451c14dc0afa9c0d63cdd10d056c0b09f906478188c772241750e0d9e903bd0efe55d87c0c04c4a5a21fa5bc3e1e63b0115e2b24e068d0a52e68b560')
-
-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 1300589, 
syft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-11 17:01:39 UTC (rev 1300590)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=syft
+pkgver=0.55.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=('7f4ea3e695f48104c3a5b0864460e7270c4e268282f230f86283b02a68e9e27eb1b00b9a7cddc914a50bfdd1e45a58cb41db80ac3cbbd65891a47a5b32e0473a')
+b2sums=('56333471f01d831aed0a74190b8e86438308eb5f338f9fefb1d77056d975ab2b51234a46d9cb8a7a58eeb5cf5ff4599a87695ef25cac9c1090a180e61f6065fb')
+
+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