@piater you're correct thank you for letting me know. Fixed in 1.5.4
Search Criteria
Package Details: lockmgr 1.5.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lockmgr.git (read-only, click to copy) |
---|---|
Package Base: | lockmgr |
Description: | Python Lock Manager Class (gc) |
Upstream URL: | https://github.com/gene-git/lockmgr |
Keywords: | file locking python |
Licenses: | MIT |
Submitter: | GeneArch |
Maintainer: | GeneArch |
Last Packager: | GeneArch |
Votes: | 2 |
Popularity: | 0.001846 |
First Submitted: | 2024-03-29 21:58 (UTC) |
Last Updated: | 2025-02-26 10:49 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-pynotifyAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
Sources (1)
Latest Comments
GeneArch commented on 2025-02-26 10:50 (UTC)
piater commented on 2025-02-26 08:26 (UTC)
python-installer
is missing in makedepends
.
GeneArch commented on 2025-01-03 10:35 (UTC)
Note on getting the git signing public key. Any of the following:
1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:
gpg --import < keys/pgp/*.asc
2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys
3) From authors website : https://www.sapience.com/tech
4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import
GeneArch commented on 2025-01-02 11:08 (UTC)
NB Key is available but not from pgp key servers which should no longer be used. For more info please take a look at comment in another package: https://aur.archlinux.org/packages/wg_tool#comment-1004777
quick solutions (as the package build user) use one of the following:
1) in same directory as PKGBUILD : gpg --import keys/pgp/*.asc
2) curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import
3) download at the authors website : www.sapience.com/tech
GeneArch commented on 2025-01-01 20:46 (UTC)
Please see my comments on git public key :
simona commented on 2025-01-01 20:09 (UTC)
:: PGP keys need importing:
-> 7CCA1BA66669F3273DB52678E5B81343AB9809E1, required by: ssl-mgr kea_config process-mem lockmgr python-pynotify wg_tool
:: Importing keys with gpg...
gpg: ricezione dal keyserver fallita: Dati assenti
Pinned Comments
GeneArch commented on 2025-01-03 10:35 (UTC)
Note on getting the git signing public key. Any of the following:
1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:
gpg --import < keys/pgp/*.asc
2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys
3) From authors website : https://www.sapience.com/tech
4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import