Should add argon2
to depends.
On two slightly different setups, using the same docker image to build, one fails during configure stage because argon2 is missing. The other completes building successfully. I don't know why argon2 is available on one but not the other, but the final binary is still linked with argon2.
keepassxc-git E: dependency-detected-not-included argon2 (libraries-needed ['usr/lib/libargon2.so.1'] ['usr/bin/keepassxc-cli', 'usr/bin/keepassxc'])
Pinned Comments
yan12125 commented on 2021-06-30 10:39 (UTC) (edited on 2024-05-07 14:51 (UTC) by yan12125)
It is indeed confusing that the computed pkgver starts with an older version. That is because the nearest tag reachable from the latest commit is an older tag (ex: 2.7.1). In other words, newer tags are not part on the develop branch. You can check the commit part (ex: "g6f14becb08") against the latest commit [1] and see the built package is indeed the latest commit.
[1] https://github.com/keepassxreboot/keepassxc/commits/develop