pass: replace gnupg2 with gnupg

This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 09:46:13 +07:00
parent eafdca3770
commit 0941c389b2
1 changed files with 3 additions and 3 deletions

View File

@ -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"