Package Details: git-credential-keepassxc 0.14.2-1

Git Clone URL: https://aur.archlinux.org/git-credential-keepassxc.git (read-only, click to copy)
Package Base: git-credential-keepassxc
Description: git-credential-keepassxc is a Git credential helper that allows Git (and shell scripts) to get/store logins from/to KeePassXC
Upstream URL: https://github.com/Frederick888/git-credential-keepassxc
Licenses: GPL3
Submitter: NeoTheFox
Maintainer: NeoTheFox
Last Packager: NeoTheFox
Votes: 8
Popularity: 0.012903
First Submitted: 2021-08-13 21:15 (UTC)
Last Updated: 2026-03-23 15:54 (UTC)

Latest Comments

petaramesh commented on 2026-03-23 16:33 (UTC)

Thanks, no need for specific support, it will just save me a PKGBUILD file edit to be able to build, the rest is just fine :)

NeoTheFox commented on 2026-03-23 15:54 (UTC)

@petaramesh sure, I've added it. But I can't promise any support for it.

petaramesh commented on 2026-03-23 15:51 (UTC)

Hi,

Could you please add 'aarch64' to the supported architectures in PKGBUILD, as it compiles and works fine there ?

TIA

marco44 commented on 2024-10-30 14:26 (UTC) (edited on 2024-10-30 14:26 (UTC) by marco44)

Can you bump it to 0.14.1 ? It can't be compiled anymore with the latest rust compiler Thanks

dgk commented on 2023-03-07 16:18 (UTC)

can the build be bumped to new release 0.12.0? https://github.com/Frederick888/git-credential-keepassxc/releases/tag/v0.12.0 thx

z3ntu commented on 2022-10-31 21:24 (UTC)

How about the package enables all the optional build-time features such as yubikey?

goldenhairdafo commented on 2022-10-07 05:12 (UTC)

@NeoTheFox Works fine now, thank you very much.

NeoTheFox commented on 2022-10-06 05:48 (UTC)

@goldenhairdafo I added the target dir explicitly, but it's a good idea, in general, to build AUR packages in a clean environment. Cheers!

goldenhairdafo commented on 2022-10-05 21:30 (UTC)

Hi,

would it be at all possible to set the target-dir with cargo build --release --locked --target-dir target? The problem here is, that the target-dir (usually target/<profile>) can be configured differently be the user. For example some developer use a centralized target-dir to speed up their builds. In this case the installation of this package fails.

Thanks and Greetings