Package Details: sunsetr-bin 0.11.1-1

Git Clone URL: https://aur.archlinux.org/sunsetr-bin.git (read-only, click to copy)
Package Base: sunsetr-bin
Description: Automatic blue light filter for Hyprland, Niri, and everything Wayland (pre-compiled binary)
Upstream URL: https://github.com/psi4j/sunsetr
Keywords: hyprsunset, sunsetr
Licenses: MIT
Submitter: juxdeveloper
Maintainer: psi4j
Last Packager: psi4j
Votes: 4
Popularity: 0.053772
First Submitted: 2025-05-16 01:37 (UTC)
Last Updated: 2025-11-06 18:34 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

kageyama commented on 2026-01-30 02:15 (UTC)

the post_upgrade() is not needed as quoted from arch forum ->

Everything placed under $pkgdir in the PKGBUILD's install function will be tracked by pacman and there is no need to remove it. Things installed by pacman's hooks or install scripts or created by running the binary the package provides may need to be removed either manually or by a hook.

https://bbs.archlinux.org/viewtopic.php?pid=2285280#p2285280

Also, post_upgrade function should be kept in .install file, it won't be run by makpkg if it's in PKGBUILD