I don't have any desire to maintain this any more; Does anyone want to take over maintainership?
Search Criteria
Package Details: pass-git 1:1.7.4.r1.g3dd1469-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pass-git.git (read-only, click to copy) |
---|---|
Package Base: | pass-git |
Description: | Stores, retrieves, generates, and synchronizes passwords securely |
Upstream URL: | https://www.passwordstore.org/ |
Licenses: | GPL2 |
Conflicts: | pass |
Provides: | pass |
Submitter: | insmo |
Maintainer: | ainola |
Last Packager: | ainola |
Votes: | 16 |
Popularity: | 0.004748 |
First Submitted: | 2012-09-09 08:22 (UTC) |
Last Updated: | 2021-06-21 01:50 (UTC) |
Dependencies (12)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git, busybox-coreutils)
- gnupg (gnupg-large-rsa, gnupg-large-secmem, gnupg-git, gnupg23, gnupg24, gnupg-largekeys)
- tree
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- dmenu (bemenu-dmenu, dmenu-rs-git, dmenu-rs, dmenu2, glr-dmenu-git, widgie-menu-compat, dmenu-git, dmenu-wl-dmenu-dropin, dmenu-bud) (optional) – for passmenu
- dmenu-wayland (bemenu-dmenu-wayland, dmenu-wayland-git) (optional) – for passmenu in Wayland environments
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (optional) – for Git support
- qrencode (qrencode-git) (optional) – for QR code support
- wl-clipboard (wl-clipboard-rs-git, wl-clipboard-git, wl-clipboard-rs) (optional) – For wlroots-based Wayland clipboard support
- xclip (wl-clipboard-x11, xclip-git) (optional) – For X11 clipboard support
- xdotool (xdotool-git) (optional) – to type passwords with passmenu
- ydotool (ydotool-git) (optional) – to type passwords with passmenu in Wayland
Required by (85)
- arbie-git (requires pass) (optional)
- autopass.cr (requires pass)
- autopass.cr-bin (requires pass)
- autopass.cr-git (requires pass)
- caerbannog-git (requires pass)
- chrome-pass-hostapp-git (requires pass)
- clavis (requires pass)
- clavis-git (requires pass)
- cpass-py (requires pass)
- cpass-py-git (requires pass)
- credeface (requires pass)
- docker-credential-pass (requires pass)
- docker-credential-pass-bin (requires pass)
- docker-credential-pass-git (requires pass)
- docker-desktop (requires pass)
- emacs-password-store (requires pass)
- emacs-password-store-otp-git (requires pass)
- firefox-decrypt-git (requires pass) (optional)
- fzf-pass (requires pass)
- git-credential-manager-core-bin (requires pass) (optional)
- Show 65 more...
Sources (1)
ainola commented on 2021-07-19 02:30 (UTC)
awc commented on 2021-06-24 06:07 (UTC)
alnola, I have tried with both an aur helper (yay
) and then with makepkg
. With both methods I fail the 8th test, "Git is consistent", and my global git config in ~/.config/git/config
is altered.
[user]
name = Pass Automated Testing Suite
email = Pass-Automated-Testing-Suite@zx2c4.com
I have git@2.32.0-1
.
ainola commented on 2021-06-24 05:24 (UTC)
Hi, awc. I'm unable to reproduce using makepkg
. Are you using an AUR helper?
awc commented on 2021-06-21 15:35 (UTC)
Hi I'm getting an error during the build test:
not ok 8 - Git is consistent
#
# [[ -z $(git status --porcelain 2>&1) ]]
#
# failed 1 among 8 test(s)
1..8
make: *** [Makefile:72: tests/t0050-mv-tests.sh] Error 1
==> ERROR: A failure occurred in check().
Aborting...
error making: pass-git
This error occurs on update, I have pass 1:1.7.3.r31.g918992c-1 installed and functional.
In addition, I can echo sbalazik that after this update attempt, my git config was overwritten.
ainola commented on 2021-06-21 01:51 (UTC)
Thanks for the nudge, gardenappl!
gardenappl commented on 2021-06-20 19:58 (UTC)
Oh, and also xdotool
and ydotool
.
gardenappl commented on 2021-06-20 19:54 (UTC)
Recent versions of passmenu
use dmenu-wl
instead of dmenu
when run in a Wayland environment. It's worth adding dmenu-wayland
as an (explicit) optional dependency.
ainola commented on 2020-11-28 08:47 (UTC)
Thanks for the comment, sbalazik. If you take a look a few lines above that, the GIT_DIR variable is set so these global options shouldn't touch your own personal configuration: It's only "globally" set in context of the tests.
sbalazik commented on 2020-11-23 13:08 (UTC)
make test
from this package messes up user's git config.
check()
stage of the PKGBUILD
runs make test
which in turn runs tests/setup.sh
and that contains
git config --global user.email "Pass-Automated-Testing-Suite@zx2c4.com"
git config --global user.name "Pass Automated Testing Suite"
This overwrites the current user's ~/.config/git/config
.
I am currently working around this issue by commenting the make test
line in PKGBUILD
since I couldn't find a way to change this behavior using environment variables.
ainola commented on 2019-11-19 19:22 (UTC)
Hi, schalox. As mentioned xclip
is no longer a hard dependency as wl-clipboard integration has been merged. Can you please add xclip and wl-clipboard to the optional dependencies?
Pinned Comments
ainola commented on 2021-07-19 02:30 (UTC)
I don't have any desire to maintain this any more; Does anyone want to take over maintainership?