Search Criteria
Package Details: swaylock-blur-fast-git r1.2aca716-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/swaylock-blur-fast-git.git (read-only, click to copy) |
|---|---|
| Package Base: | swaylock-blur-fast-git |
| Description: | Fast and configurable script to run swaylock with blurred screenshots. |
| Upstream URL: | https://github.com/ClemaX/swaylock-blur-fast |
| Licenses: | MIT |
| Conflicts: | swaylock-blur-fast |
| Provides: | swaylock-blur-fast |
| Submitter: | clemax |
| Maintainer: | clemax |
| Last Packager: | clemax |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-06-06 00:07 (UTC) |
| Last Updated: | 2026-07-22 08:22 (UTC) |
Dependencies (4)
- grim (grim-hyprland-gitAUR, grim-gitAUR)
- jq (jq-gitAUR, jaq-binAUR, jq-staticAUR, jaq-gitAUR)
- sway (sway-no-titlebars-gitAUR, sway-inhibit-fullscreen-gitAUR, sway-borders-gitAUR, sway-titlebar-positioning-gitAUR, sway-force-ssd-gitAUR, sway-persistent-workspaces-gitAUR, sway-im-gitAUR, sway-disable-titlebarAUR, sway-asan-gitAUR, sway-i3-style-fullscreen-gitAUR, sway-git-wlroots-gitAUR, sway-gitAUR, swayfx-i3-style-fullscreen-gitAUR, swayfxAUR, sway-owAUR, swayfx-gitAUR, sway-nvidia-gitAUR, sway-rcAUR, swayfx-elogindAUR)
- swaylock (swaylock-effects-improved-gitAUR, swaylock-gitAUR, swaylock-no-passwordAUR, swaylock-fprintd-gitAUR, swaylock-effects-gitAUR, swaylock-dpms-gitAUR, swaylock-clockAUR, swaylock-effectsAUR)
Latest Comments
pwach commented on 2026-07-22 08:59 (UTC)
thanks!
clemax commented on 2026-07-22 08:23 (UTC)
Good catch, I just pushed the fix.
pwach commented on 2026-07-22 07:55 (UTC)
Hi, this package's .SRCINFO reports version 1.0.0-1, but PKGBUILD's pkgver() function only ever computes r<commit-count>.<hash> (there's no tag-based or 1.0.0 logic in the build script). Because of this mismatch, every sync (yay -Syu / paru -Syu) shows this package as "updatable" and rebuilds it, even though nothing has actually changed upstream.
Could you regenerate .SRCINFO to match the current PKGBUILD by running:
makepkg --printsrcinfo > .SRCINFO
and pushing the update? That should stop the endless "update available" loop. Thanks for maintaining the package!