Skip to content
Snippets Groups Projects
Commit f8e2dd27 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

upgpkg: 0.9.0-1

parent d03f8c38
No related branches found
No related tags found
No related merge requests found
# Maintainer: Christian Rebischke <chris.rebischke@archlinux.org> # Maintainer: Christian Rebischke <chris.rebischke@archlinux.org>
pkgname=popeye pkgname=popeye
pkgver=0.7.1 pkgver=0.9.0
pkgrel=2 pkgrel=1
pkgdesc="Kubernetes cluster resource sanitizer" pkgdesc="Kubernetes cluster resource sanitizer"
arch=('x86_64') arch=('x86_64')
url="https://github.com/derailed/popeye" url="https://github.com/derailed/popeye"
...@@ -10,7 +10,7 @@ license=('Apache') ...@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go' 'git') makedepends=('go' 'git')
depends=('glibc') depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz")
md5sums=('f23609d2f87c3b88d9c01b6b92541368') sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
build(){ build(){
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
...@@ -18,7 +18,7 @@ build(){ ...@@ -18,7 +18,7 @@ build(){
export CGO_CFLAGS="${CFLAGS}" export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}" 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 . go build .
chmod +x ./popeye chmod +x ./popeye
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment