keybase: replace gnupg2 with gnupg

This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 09:44:23 +07:00
parent ce90de853f
commit c69534364c
1 changed files with 2 additions and 2 deletions

View File

@ -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 <Vaelatern@voidlinux.org>"
license="BSD-3-Clause"