mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gopass: replace gnupg2 with gnupg
This commit is contained in:
parent
af3e118f6e
commit
eafdca3770
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'gopass'
|
# Template file for 'gopass'
|
||||||
pkgname=gopass
|
pkgname=gopass
|
||||||
version=1.14.6
|
version=1.14.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path=github.com/gopasspw/gopass
|
go_import_path=github.com/gopasspw/gopass
|
||||||
go_package="${go_import_path} ${go_import_path}/cmd/..."
|
go_package="${go_import_path} ${go_import_path}/cmd/..."
|
||||||
makedepends="gnupg2"
|
makedepends="gnupg"
|
||||||
depends="gnupg2 git age"
|
depends="gnupg>=2 git age"
|
||||||
short_desc="Slightly more awesome standard unix password manager for teams"
|
short_desc="Slightly more awesome standard unix password manager for teams"
|
||||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue