Date: Saturday, May 6, 2023 @ 19:29:54
  Author: shibumi
Revision: 1459101

archrelease: copy trunk to community-x86_64

Added:
  popeye/repos/community-x86_64/PKGBUILD
    (from rev 1459100, popeye/trunk/PKGBUILD)
Deleted:
  popeye/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 19:29:42 UTC (rev 1459100)
+++ PKGBUILD    2023-05-06 19:29:54 UTC (rev 1459101)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=popeye
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="Kubernetes cluster resource sanitizer"
-arch=('x86_64')
-url="https://github.com/derailed/popeye";
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz";)
-sha512sums=('e0beaae8b6852b3925bbaea473b277c701be443267033e20b5ecbaa21066358d4dc4b0bb8078946c9ed778c472a7f625c77a5f328da51ce3300eb45da417c118')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build .
-  chmod +x ./popeye
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
-}

Copied: popeye/repos/community-x86_64/PKGBUILD (from rev 1459100, 
popeye/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 19:29:54 UTC (rev 1459101)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=popeye
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Kubernetes cluster resource sanitizer"
+arch=('x86_64')
+url="https://github.com/derailed/popeye";
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz";)
+sha512sums=('575546e59d333f4b44b18b8baba203de15a2100eb031d828c8a9164f2ab6cb5ebc297050d7642cf28db8973974fe7c36f96d5ee55217c504b2f11f63b6884921')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build .
+  chmod +x ./popeye
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
+}

Reply via email to