diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template index fdc16998f8d..37443066c27 100644 --- a/srcpkgs/pass/template +++ b/srcpkgs/pass/template @@ -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 " -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"