mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
keybase: replace gnupg2 with gnupg
This commit is contained in:
parent
ce90de853f
commit
c69534364c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'keybase'
|
# Template file for 'keybase'
|
||||||
pkgname=keybase
|
pkgname=keybase
|
||||||
version=5.8.1
|
version=5.8.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/keybase/client"
|
go_import_path="github.com/keybase/client"
|
||||||
go_package="${go_import_path}/go/keybase
|
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/kbfsgit/git-remote-keybase
|
||||||
${go_import_path}/go/kbfs/kbfstool ${go_import_path}/go/kbfs/redirector"
|
${go_import_path}/go/kbfs/kbfstool ${go_import_path}/go/kbfs/redirector"
|
||||||
go_build_tags="production"
|
go_build_tags="production"
|
||||||
depends="gnupg2"
|
depends="gnupg>=2"
|
||||||
short_desc="Client for keybase.io"
|
short_desc="Client for keybase.io"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue