Package Details: swaylock-blur-fast-git r1.2aca716-1

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)

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!