diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template index a3f6d60583c..ce7b0be3307 100644 --- a/srcpkgs/aws-vault/template +++ b/srcpkgs/aws-vault/template @@ -1,10 +1,10 @@ # Template file for 'aws-vault' pkgname=aws-vault version=6.3.1 -revision=1 +revision=2 build_style=go go_import_path=github.com/99designs/aws-vault/v6 -go_ldflags="-X \"main.Version=${version}\" -s -w" +go_ldflags="-X main.Version=${version}" short_desc="Vault for securely storing and accessing AWS credentials" maintainer="klardotsh " license="MIT"