From c69534364cb56054deb9365088cbbdd341722422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 9 Nov 2022 09:44:23 +0700 Subject: [PATCH] keybase: replace gnupg2 with gnupg --- srcpkgs/keybase/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"