commit c45986cd620329f6310beb5b4b90ad99b5f2af41 Author: Kirill Pinchuk Date: Mon Nov 21 16:37:06 2022 +0300 upgpkg: helmfile 0.147.0-2 diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index cab8013..11e5ddd 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -2,7 +2,7 @@ pkgname=helmfile pkgver=0.147.0 -pkgrel=1 +pkgrel=2 pkgdesc="Manage multiple helm charts with a single helmfile" arch=('x86_64') url="https://github.com/helmfile/helmfile" @@ -29,7 +29,7 @@ build() { export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - go build -v -ldflags "-linkmode=external -X github.com/helmfile/helmfile/pkg/app/version.Version=${pkgver}" . + go build -v -ldflags "-linkmode=external -X go.szostok.io/version.version=${pkgver}" . chmod +x ./helmfile }