Package Details: wl-freeze-git 2.0.2.r4.g082cf30-2

Git Clone URL: https://aur.archlinux.org/wl-freeze-git.git (read-only, click to copy)
Package Base: wl-freeze-git
Description: wl-freeze is a community-driven utility to suspend a game process (and other programs) in Wayland compositors
Upstream URL: https://github.com/Zerodya/wl-freeze
Licenses: GPL
Conflicts: wl-freeze
Provides: wl-freeze
Submitter: Aethar
Maintainer: Aethar
Last Packager: Aethar
Votes: 2
Popularity: 0.88
First Submitted: 2026-04-11 09:44 (UTC)
Last Updated: 2026-05-15 10:51 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

C0rn3j commented on 2026-04-24 11:34 (UTC) (edited on 2026-04-24 11:35 (UTC) by C0rn3j)

I randomly passed this by and did a review:

1) The Co-Maintainer should be just Maintainer, but I see you have no comaintainers, so previous Maintainer should now be just Contributor
2) License field should be in the SPDX format
3) bash dependency does not make sense, it's already present in base
4) While not actually used here, md5sums should be sha256sums, or some other checksum format that hasn't been broken
5) You're mixing space and tab indentation, should be consistent instead, pick one
6) I believe you don't need to copy the LICENSE for GPL, you should be able to verify via namcap
7) Adding package license via pkgctl license setup would be nice
8) Description should lack the final dot
9) Updates that bump just pkgver/pkgrel for VCS packages are not allowed, i.e. https://aur.archlinux.org/cgit/aur.git/commit/?h=wl-freeze-git&id=2c1c99795be979ac77968faaca9971f4d63dd978

Zerodya commented on 2026-04-10 17:11 (UTC)

@Aethar could you please update to v2.0.0 as well as change the name to wl-freeze and also update the completion files names? Thanks.

Zerodya commented on 2025-10-21 20:57 (UTC)

@Aethar could you update the PKGBUILD to v1.2.0 as well as installing shell autocompletions? Something like this:

install -Dm644 completions/bash/hyprfreeze "$pkgdir/usr/share/bash-completion/completions/hyprfreeze"
    install -Dm644 completions/zsh/_hyprfreeze "$pkgdir/usr/share/zsh/site-functions/_hyprfreeze"
    install -Dm644 completions/fish/hyprfreeze.fish "$pkgdir/usr/share/fish/completions/hyprfreeze.fish"

omnigenous commented on 2025-07-05 18:46 (UTC)

That did it, thanks!

Aethar commented on 2025-07-05 15:16 (UTC)

@omnigenous, seems like git tags werent updated. Removed the git tag pkgver statement so now should be good.

omnigenous commented on 2025-07-05 09:56 (UTC)

I'm stuck in upgrade loop:

aur/hyprfreeze-git  1.1.1.r0.g6b67416-1 -> 1.1.2.r2.6b67416-1

Already tried cleaning cache for this package, that didn't help.