pass: drop pwgen dependency

pass 1.7.0 and up no longer require pwgen.
This commit is contained in:
Peter Wang 2017-12-12 21:25:42 +11:00 committed by Toyam Cox
parent 3669ef36a6
commit f45a6d3e3a

View file

@ -1,12 +1,12 @@
# Template file for 'pass'
pkgname=pass
version=1.7.1
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 gnupg2 pwgen tree xclip"
depends="bash gnupg2 tree xclip"
checkdepends="${depends} git"
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
maintainer="Eivind Uggedal <eivind@uggedal.com>"