[arch-commits] Commit in popeye/trunk (PKGBUILD)

2020-12-20 Thread Christian Rebischke via arch-commits
Date: Sunday, December 20, 2020 @ 22:30:07
  Author: shibumi
Revision: 780808

upgpkg: popeye 0.9.0-1

Modified:
  popeye/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 22:28:45 UTC (rev 780807)
+++ PKGBUILD2020-12-20 22:30:07 UTC (rev 780808)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=popeye
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Kubernetes cluster resource sanitizer"
 arch=('x86_64')
 url="https://github.com/derailed/popeye;
@@ -10,7 +10,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
-md5sums=('f23609d2f87c3b88d9c01b6b92541368')
+sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
 
 build(){
   cd "${pkgname}-${pkgver}"
@@ -18,7 +18,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
   go build .
   chmod +x ./popeye
 }


[arch-commits] Commit in popeye/trunk (PKGBUILD)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 14:26:27
  Author: foxboron
Revision: 657835

upgpkg: popeye 0.7.1-2

Updated to the go package guidelines

Modified:
  popeye/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 14:23:19 UTC (rev 657834)
+++ PKGBUILD2020-07-05 14:26:27 UTC (rev 657835)
@@ -2,12 +2,12 @@
 
 pkgname=popeye
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Kubernetes cluster resource sanitizer"
 arch=('x86_64')
 url="https://github.com/derailed/popeye;
 license=('Apache')
-makedepends=('go-pie' 'git')
+makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
 md5sums=('f23609d2f87c3b88d9c01b6b92541368')
@@ -14,9 +14,12 @@
 
 build(){
   cd "${pkgname}-${pkgver}"
-  go build  \
-  -trimpath \
-  -ldflags "-extldflags ${LDFLAGS}" .
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build .
   chmod +x ./popeye
 }
 


[arch-commits] Commit in popeye/trunk (PKGBUILD)

2020-03-20 Thread Christian Rebischke via arch-commits
Date: Friday, March 20, 2020 @ 12:24:36
  Author: shibumi
Revision: 601588

change url for popeye

Modified:
  popeye/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 11:49:51 UTC (rev 601587)
+++ PKGBUILD2020-03-20 12:24:36 UTC (rev 601588)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Kubernetes cluster resource sanitizer"
 arch=('x86_64')
-url="https://github.com/kubernetes-sigs/kustomize;
+url="https://github.com/derailed/popeye;
 license=('Apache')
 makedepends=('go-pie' 'git')
 depends=('glibc')