From 87bc8b1efb4d814877bef735909f67f1c1c44dae Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 17:20:44 +1000 Subject: [PATCH] pass: add xclip as a dependency. This is required for proper operation of the -c function. xclip dosen't pull in X along with it, so I believe this is OK since it is a rather small package. Happy to not merge this though. Also remove noarch. --- srcpkgs/pass/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template index 229bb79c70d..c1a8389bfc3 100644 --- a/srcpkgs/pass/template +++ b/srcpkgs/pass/template @@ -1,12 +1,11 @@ # Template file for 'pass' pkgname=pass version=1.7.3 -revision=3 -archs=noarch +revision=4 wrksrc="password-store-${version}" build_style=gnu-makefile make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes" -depends="bash gnupg2 tree which" +depends="bash gnupg2 tree which xclip" checkdepends="gnupg2 tree which git" short_desc="Stores, retrieves, generates, and synchronizes passwords securely" maintainer="Orphaned "