Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
4a44b10a by Caleb Maclennan at 2025-12-29T18:40:24+03:00
upgpkg: 0.53.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
- pkgver = 0.52.2
- pkgrel = 3
+ pkgver = 0.53.0
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
@@ -31,6 +31,8 @@ pkgbase = hyprland
depends = hyprutils
depends = libhyprutils.so
depends = hyprwayland-scanner
+ depends = hyprwire
+ depends = libhyprwire.so
depends = libdisplay-info
depends = libdisplay-info.so
depends = libdrm
@@ -50,6 +52,7 @@ pkgbase = hyprland
depends = libxkbcommon.so
depends = libxrender
depends = mesa
+ depends = muparser
depends = opengl-driver
depends = pango
depends = libpango-1.0.so
@@ -87,7 +90,7 @@ pkgbase = hyprland
optdepends = uwsm: an advanced way to start desktop compositors as
systemd units
optdepends = xdg-desktop-portal-hyprland: xdg-desktop-portal backend
for hyprland
provides = wayland-compositor
- source =
Hyprland-0.52.2.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.52.2/source-v0.52.2.tar.gz
- sha256sums =
57b4db99896cad8388482b945b119b206fd7ea94638793b550210be08274d7dd
+ source =
Hyprland-0.53.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.53.0/source-v0.53.0.tar.gz
+ sha256sums =
43ed210eca530c8d65a072936640764b38e216f7da8c86be44185bb8fe7e4f3c
pkgname = hyprland
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Gabriel Fox <[email protected]>
pkgname=hyprland
-pkgver=0.52.2
-pkgrel=3
+pkgver=0.53.0
+pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -22,6 +22,7 @@ depends=(cairo # libcairo.so
hyprlang libhyprlang.so
hyprutils libhyprutils.so
hyprwayland-scanner
+ hyprwire libhyprwire.so
libdisplay-info libdisplay-info.so
libdrm # libdrm.so
libglvnd libEGL.so libGLESv2.so libOpenGL.so
@@ -35,6 +36,7 @@ depends=(cairo # libcairo.so
libxkbcommon libxkbcommon.so
libxrender
mesa # libgbm.so
+ muparser # libmuparser.so
opengl-driver
pango libpango-1.0.so libpangocairo-1.0.so
pixman libpixman-1.so
@@ -69,7 +71,7 @@ optdepends=('cmake: to build and install plugins using hyprpm'
provides=(wayland-compositor)
_archive="${pkgname^}-$pkgver"
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
-sha256sums=('57b4db99896cad8388482b945b119b206fd7ea94638793b550210be08274d7dd')
+sha256sums=('43ed210eca530c8d65a072936640764b38e216f7da8c86be44185bb8fe7e4f3c')
prepare() {
ln -sf hyprland-source "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/4a44b10a6e72778153957801d294371ec5d65e52
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/4a44b10a6e72778153957801d294371ec5d65e52
You're receiving this email because of your account on gitlab.archlinux.org.