mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pass: replace gnupg2 with gnupg
This commit is contained in:
parent
eafdca3770
commit
0941c389b2
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pass'
|
# Template file for 'pass'
|
||||||
pkgname=pass
|
pkgname=pass
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
||||||
depends="bash gnupg2 tree which"
|
depends="bash gnupg>=2 tree which"
|
||||||
checkdepends="gnupg2 tree which git"
|
checkdepends="gnupg tree which git"
|
||||||
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue