yep it was fixed upstream, all good now!
Search Criteria
Package Details: hyprland-git 0.52.0.r116.g279a07c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hyprland-git.git (read-only, click to copy) |
|---|---|
| Package Base: | hyprland-git |
| Description: | Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks |
| Upstream URL: | https://github.com/hyprwm/Hyprland |
| Licenses: | BSD-3-Clause |
| Conflicts: | hyprland |
| Provides: | hyprland, wayland-compositor |
| Submitter: | hertog |
| Maintainer: | Vaxry (zjeffer, alba4k) |
| Last Packager: | alba4k |
| Votes: | 101 |
| Popularity: | 1.80 |
| First Submitted: | 2022-04-12 20:26 (UTC) |
| Last Updated: | 2025-12-04 18:30 (UTC) |
Dependencies (59)
- aquamarine-gitAUR
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glslang (glslang-gitAUR)
- hyprcursor-gitAUR
- hyprgraphics-gitAUR
- hyprland-guiutils-gitAUR
- hyprlang-gitAUR
- hyprutils-gitAUR
- hyprwire-gitAUR
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-no-gesturesAUR, libinput-nowacom-gitAUR, libinput-eppAUR, libinput-eppAUR, libinput-three-finger-dragAUR)
- libliftoff (libliftoff-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- Show 39 more dependencies...
Required by (208)
- agemo (requires hyprland)
- arch-rich-presence (requires hyprland)
- autoricer-bin (requires hyprland) (optional)
- awtwall (requires hyprland) (optional)
- bms-shell-hyprland (requires hyprland)
- chalkak (requires hyprland)
- chalkak-bin (requires hyprland)
- connex (requires hyprland) (optional)
- cpm (requires hyprland) (optional)
- diskord (requires hyprland)
- docs-browser (requires hyprland) (optional)
- dots-hyprland-fork-git (requires hyprland)
- dumbshot (requires hyprland)
- focal-hyprland-git (requires hyprland)
- frogprog-hyprland-dark-git (requires hyprland)
- frogprog-hyprland-light-git (requires hyprland)
- fw12rotate-git (requires hyprland) (optional)
- gbar-git (requires hyprland) (optional)
- greetd-dms-greeter-git (requires hyprland) (optional)
- greetd-qtgreet (requires hyprland) (optional)
- Show 188 more...
Sources (2)
xAsh commented on 2026-01-29 22:02 (UTC)
alekgr commented on 2026-01-29 18:12 (UTC)
looks like now its working
alekgr commented on 2026-01-29 14:40 (UTC)
@xiota I am getting same thing, looks like they reverted galze version but still not building. I have remove the hyprland-git from cache, re installed glaze and glaze-git and still no go
xAsh commented on 2026-01-29 04:09 (UTC)
since 116537b, the pkg tries to install glaze header files, while they're already installed by glaze, which is a dependency
tyrheimdal commented on 2025-11-17 18:55 (UTC)
Missing dependency: muparser
CVI2 commented on 2025-11-09 09:14 (UTC)
I think you should replace hyprland-qtutils-git with hyprland-guiutils-git
littleblack111 commented on 2025-10-25 07:52 (UTC)
what you are showing here shouldn't change anything, and furthermore I'm able to build just fine.
the build is fine, but the git data collection isn't.
try Hyprland -v or hyprctl version, the information provided from them is erroneous.
This is an issue as the hyprland API for plugins rely on this information.
alba4k commented on 2025-10-24 19:34 (UTC)
What exactly are you experiencing when trying to build? what you are showing here shouldn't change anything, and furthermore I'm able to build just fine.
Could you share your faulty makepkg output?
littleblack111 commented on 2025-10-24 10:07 (UTC) (edited on 2025-10-24 10:08 (UTC) by littleblack111)
due to upstream change in how git data is collected during build time: https://github.com/hyprwm/Hyprland/commit/019589e23ff95ad8d14a083a614a3ccf17083007
this patch should fix it:
commit 941c7ed6e839094e3573e34c88e401351142f346
Author: littleblack111 <littleblack11111@gmail.com>
Date: Fri Oct 24 18:07:33 2025 +0800
fix: incorrect git data collected for build
refer to upstream change
https://github.com/hyprwm/Hyprland/commit/019589e23ff95ad8d14a083a614a3ccf17083007
diff --git a/PKGBUILD b/PKGBUILD
index ac20966..3c7ad97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="hyprland"
pkgname="$_pkgname-git"
-pkgver=0.50.0.r114.g0ed880f
+pkgver=0.51.0.r104.gaa5a239
pkgrel=1
pkgdesc="Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks"
arch=('x86_64' 'aarch64')
@@ -111,9 +111,10 @@ pkgver() {
}
build() {
+ cd "$_pkgsrc"
local cmake_options=(
-B build
- -S "$_pkgsrc"
+ -S .
-G Ninja
-W no-dev
-D CMAKE_BUILD_TYPE=None
@@ -124,7 +125,8 @@ build() {
}
package() {
+ cd "$_pkgsrc"
DESTDIR="$pkgdir" cmake --install build
- install -Dm0644 "$_pkgsrc/LICENSE" -t "$pkgdir/usr/share/licenses/${pkgname}/"
- install -Dm0644 "$_pkgsrc/subprojects/udis86/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-udis86"
+ install -Dm0644 "LICENSE" -t "$pkgdir/usr/share/licenses/${pkgname}/"
+ install -Dm0644 "subprojects/udis86/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-udis86"
}
namealreadyinuse commented on 2025-09-10 17:07 (UTC)
Makes sense to add hyprqt6engine-git as an opt dependency for styling. Also, it increases the chance for hyprqt6engine to make it to the extra repo.
Though it doesn't affect hyprland directly, it's common for desktops (and hypr* is almost a full-featured DE) to add such stuff as deps.
Pinned Comments
xiota commented on 2025-04-11 01:10 (UTC) (edited on 2025-12-11 08:33 (UTC) by xiota)
Here's the depends tree to help people figure out (re)build order. See edit timestamp for when this was last updated.
alba4k commented on 2025-04-09 20:40 (UTC)
To report issues, open pull requests, or check out other hyprland-related packages, you can check out https://github.com/alba4k/hyprwm-pkgbuilds