From f35df896b2d1abe7b427836e6ba7e099ff33680d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 19 Feb 2021 01:32:18 -0300 Subject: [PATCH] sops: use correct go_import_path, add go_package. --- srcpkgs/sops/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template index d8c344b94b..ca43b4a502 100644 --- a/srcpkgs/sops/template +++ b/srcpkgs/sops/template @@ -1,9 +1,10 @@ # Template file for 'sops' pkgname=sops version=3.6.1 -revision=1 +revision=2 build_style=go -go_import_path="go.mozilla.org/sops/v3/cmd/sops" +go_import_path="go.mozilla.org/sops/v3" +go_package="${go_import_path}/cmd/sops" hostmakedepends="git" short_desc="Simple and flexible tool for managing secrets" maintainer="Noel Cower "