[arch-commits] Commit in popeye/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sun Dec 20 22:30:07 UTC 2020
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
===================================================================
--- PKGBUILD 2020-12-20 22:28:45 UTC (rev 780807)
+++ PKGBUILD 2020-12-20 22:30:07 UTC (rev 780808)
@@ -1,8 +1,8 @@
# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
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
}
More information about the arch-commits
mailing list