Date: Wednesday, December 28, 2022 @ 05:35:35
  Author: shibumi
Revision: 1369817

archrelease: copy trunk to community-x86_64

Added:
  datree/repos/community-x86_64/PKGBUILD
    (from rev 1369816, datree/trunk/PKGBUILD)
Deleted:
  datree/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-28 05:34:07 UTC (rev 1369816)
+++ PKGBUILD    2022-12-28 05:35:35 UTC (rev 1369817)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-pkgname=datree
-pkgver=1.6.19
-pkgrel=1
-pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
-arch=('x86_64')
-url='https://github.com/datreeio/datree'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz";)
-sha512sums=('f38b12c21c8faae8379a57cf68707f526a95ca35dfb09e1173b244045de019473c054c4c0d8ffa0b214605de912408604fabb3bf801601201cf2fa8e07a89389')
-b2sums=('d381f86cf6f614b56a73c4443f497484e9d7493d59be65296374d9e795451ed7797aeed1acc86078d9255081e291659128136789fe0036e0cf415b375c71e9dc')
-options=('!lto')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" -o datree .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 datree "${pkgdir}/usr/bin/datree"
-}

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1369816, 
datree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-28 05:35:35 UTC (rev 1369817)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <[email protected]>
+pkgname=datree
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz";)
+sha512sums=('a5b773daf7f67eba844b3f8ff4fc3d93a0e865e1cb82cce1bfe4ea0e5c8bdfafd894bbfa57249f908834fbaadc23f1a2664cf8aee8820170c1a5535156fa4aac')
+b2sums=('6e66b59ec534e9593d5cb5ce65ccbcfb145f1788b1e860242ae8d8e5ce55c3b1d11ca77b156f7cdc934a1c91e16b14f40919d16e7c12d4df8e88807fee98e668')
+options=('!lto')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o datree .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}

Reply via email to