mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
pass: drop pwgen dependency
pass 1.7.0 and up no longer require pwgen.
This commit is contained in:
parent
3669ef36a6
commit
f45a6d3e3a
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue