diff --git a/srcpkgs/kbfs/template b/srcpkgs/kbfs/template index d850f5677e7..31011b0d254 100644 --- a/srcpkgs/kbfs/template +++ b/srcpkgs/kbfs/template @@ -1,10 +1,11 @@ # Template file for 'kbfs'. pkgname=kbfs version=1.0.40 -revision=1 +revision=2 build_style=go go_import_path="github.com/keybase/kbfs" -go_package="${go_import_path}/kbfsfuse ${go_import_path}/kbfsgit/git-remote-keybase ${go_import_path}/kbfsdokan ${go_import_path}/kbfstool" +go_package="${go_import_path}/kbfsfuse ${go_import_path}/kbfsgit/git-remote-keybase ${go_import_path}/kbfstool" +go_build_tags="production" depends="keybase" short_desc="Keybase Filesystem" maintainer="Toyam Cox "