diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template index ab4cfee6584..c048b2f19ab 100644 --- a/srcpkgs/pass/template +++ b/srcpkgs/pass/template @@ -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 " license="GPL-2.0-or-later"