pass: update to 1.7.2.
Closes #30. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
896b4713b3
commit
9dcf25cbb3
1 changed files with 7 additions and 7 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'pass'
|
||||
pkgname=pass
|
||||
version=1.7.1
|
||||
revision=2
|
||||
wrksrc="password-store-${version}"
|
||||
version=1.7.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="password-store-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="FORCE_BASHCOMP=1 FORCE_ZSHCOMP=1"
|
||||
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
||||
depends="bash gnupg2 tree xclip"
|
||||
checkdepends="${depends} git"
|
||||
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.passwordstore.org/"
|
||||
distfiles="http://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"
|
||||
checksum=f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869
|
||||
make_check_target="test"
|
||||
checksum=4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea
|
||||
make_check_target=test
|
||||
|
||||
passmenu_package() {
|
||||
short_desc="A dmenu-based interface to pass"
|
||||
|
|
Loading…
Reference in a new issue