diff --git a/srcpkgs/keybase/template b/srcpkgs/keybase/template index a23bbc7dd33..8db0a57472f 100644 --- a/srcpkgs/keybase/template +++ b/srcpkgs/keybase/template @@ -1,7 +1,7 @@ # Template file for 'keybase' pkgname=keybase version=5.8.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/keybase/client" go_package="${go_import_path}/go/keybase @@ -9,7 +9,7 @@ ${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" go_build_tags="production" -depends="gnupg2" +depends="gnupg>=2" short_desc="Client for keybase.io" maintainer="Toyam Cox " license="BSD-3-Clause"