pass: replace gnupg2 with gnupg
This commit is contained in:
parent
eafdca3770
commit
0941c389b2
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'pass'
|
||||
pkgname=pass
|
||||
version=1.7.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
||||
depends="bash gnupg2 tree which"
|
||||
checkdepends="gnupg2 tree which git"
|
||||
depends="bash gnupg>=2 tree which"
|
||||
checkdepends="gnupg tree which git"
|
||||
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue