Search Criteria
Package Details: hyprlogin-git 0.0.0.r431.254a6a1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hyprlogin-git.git (read-only, click to copy) |
|---|---|
| Package Base: | hyprlogin-git |
| Description: | Work-in-progress greetd greeter forked from hyprlock |
| Upstream URL: | https://github.com/AuthenticSm1les/hyprlogin |
| Licenses: | BSD-3-Clause |
| Conflicts: | hyprlogin |
| Provides: | hyprlogin |
| Submitter: | smiley |
| Maintainer: | smiley |
| Last Packager: | smiley |
| Votes: | 1 |
| Popularity: | 0.142337 |
| First Submitted: | 2026-04-13 09:44 (UTC) |
| Last Updated: | 2026-05-30 09:32 (UTC) |
Dependencies (20)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hyprgraphics (hyprgraphics-frozenAUR, hyprgraphics-gitAUR)
- hyprlang (hyprlang-gitAUR, hyprlang-frozenAUR)
- hyprutils (hyprutils-gitAUR, hyprutils-frozenAUR)
- libdrm (libdrm-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- pam (pam-selinuxAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- sdbus-cpp (sdbus-cpp-nosystemd-gitAUR, sdbus-cpp-basu-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- hyprwayland-scanner (hyprwayland-scanner-gitAUR, hyprwayland-scanner-frozenAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- greetd (greetd-gitAUR, greetd-artix-runitAUR, greetd-artix-dinitAUR) (optional) – login manager integration
- hyprland (hyprland-cmake-gitAUR, hyprland-legacyrenderer-gitAUR, hyprland-legacyrendererAUR, hyprland-hidpi-xpropAUR, hyprland-frozenAUR, hyprland-gitAUR, hyprland-noxAUR, hyprland-hidpi-xprop-gitAUR) (optional) – greeter compositor session
Latest Comments
shinka commented on 2026-05-24 08:50 (UTC)
You set the pkgver variable to 0.1.0, but in the pkgver() function it is hardcoded to 0.0.0. This causes the version shown during update checks to be 0.1.0, while the built package version becomes 0.0.0. As a result, it will always report that a new version is available, even when the local package is already up to date. Generally, -git packages do not need manual version updates; the version should be generated automatically.