diff --git a/srcpkgs/keybase/template b/srcpkgs/keybase/template index 92f804f95e9..39b6e75e829 100644 --- a/srcpkgs/keybase/template +++ b/srcpkgs/keybase/template @@ -3,11 +3,12 @@ pkgname=keybase version=6.4.0 revision=1 build_style=go -go_import_path="github.com/keybase/client" -go_package="${go_import_path}/go/keybase -${go_import_path}/go/kbfs/kbfsfuse -${go_import_path}/go/kbfs/kbfsgit/git-remote-keybase -${go_import_path}/go/kbfs/kbfstool ${go_import_path}/go/kbfs/redirector" +build_wrksrc=go +go_import_path="github.com/keybase/client/go" +go_package="${go_import_path}/keybase +${go_import_path}/kbfs/kbfsfuse +${go_import_path}/kbfs/kbfsgit/git-remote-keybase +${go_import_path}/kbfs/kbfstool ${go_import_path}/kbfs/redirector" go_build_tags="production" depends="gnupg>=2" short_desc="Client for keybase.io"