pass: depend on gnupg2 for gpg-agent.

This commit is contained in:
Eivind Uggedal 2014-11-11 22:20:05 +00:00
parent 4c1092f34c
commit 3ad1492f74
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'pass'
pkgname=pass
version=1.6.3
revision=1
revision=2
wrksrc="password-store-${version}"
noarch=yes
build_style=gnu-makefile
make_install_args="FORCE_BASHCOMP=1 FORCE_ZSHCOMP=1"
depends="bash gnupg pwgen tree xclip"
depends="bash gnupg2 pwgen tree xclip"
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2"