Search Criteria
Package Details: steamguard-cli-bin 0.17.1-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/steamguard-cli-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | steamguard-cli-bin |
| Description: | A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations. |
| Upstream URL: | https://github.com/dyc3/steamguard-cli |
| Licenses: | GPL3 |
| Conflicts: | steamguard-cli, steamguard-cli-git |
| Provides: | steamguard-cli |
| Submitter: | neko_ayaya |
| Maintainer: | lapsus |
| Last Packager: | lapsus |
| Votes: | 3 |
| Popularity: | 0.020609 |
| First Submitted: | 2024-08-22 11:48 (UTC) |
| Last Updated: | 2026-04-02 15:47 (UTC) |
Dependencies (5)
- bash-completion (bash-completion-gitAUR) (optional) – bash completion
- elvish (elvish-gitAUR) (optional) – elvish completion
- fish (fish-gitAUR) (optional) – fish completion
- powershellAUR (powershell-binAUR, powershell-preview-binAUR, powershell-gitAUR, powershell-lts-binAUR) (optional) – powershell completion
- zsh (zsh-gitAUR) (optional) – zsh completion
Latest Comments
gwuensch commented on 2025-12-15 16:30 (UTC) (edited on 2025-12-18 19:46 (UTC) by gwuensch)
Thanks for the update. Can you please also remove the
pkgver()function and the respectivemakededepends? That function is only intended for VCS packages, which this package is not. To check for new releases, you can use something like nvchecker instead.To clarify, why doing this will cause trouble: makepkg runs
pkgver()only after downloading and extracting the sources. That means the pkgver might be bumped, while the source used to build the package is still the old one. This is not a problem with VCS packages, as the pkgver is determined by looking at the locally cloned source tree. Also, there's no checksum that would need to be updated by hand.gwuensch commented on 2025-10-17 21:39 (UTC)
steamguard also provides shell completion script. These could be generated and installed like this:
Elvish, Fish and PowerShell are also supported, but I'm not familiar with their completion systems. I can take a look if someone also needs these.
gwuensch commented on 2025-10-09 19:40 (UTC)
The
pkgver()function should only be used for VCS packages. The checksum would need to be updated manually either way. Please remove it.Damgaldor commented on 2025-08-24 14:22 (UTC)
Weird. Clean build indeed fixed it, thanks.
lapsus commented on 2025-08-21 23:01 (UTC)
kinda strange, everything's fine on my side. Maybe try to rebuild from scratch?
Damgaldor commented on 2025-08-21 19:12 (UTC)
checksum fails