summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-07-21 15:57:04 +0200
committerBarbUk2020-07-22 11:29:03 +0200
commitbec34149b60d47b04f8b1459691246a1a9a0a5a7 (patch)
treeaa632c88b6d93d2162188be3d0c5738783143fcd
parent4a127938db4a10df362d63974d9e1f5e4edd6957 (diff)
downloadaur-bec34149b60d47b04f8b1459691246a1a9a0a5a7.tar.gz
New version definition
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f627016bffa..d720e13e13b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
-buildmode=pie \
-mod=readonly \
-modcacherw \
- -ldflags "-X github.com/guumaster/hostctl/pkg/cmd.version=$pkgver -s -w -extldflags $LDFLAGS" \
+ -ldflags "-X github.com/guumaster/hostctl/cmd/hostctl/actions.version=$pkgver -s -w -extldflags $LDFLAGS" \
-o $pkgname cmd/hostctl/main.go
}