Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
hyprland


Commits:
a3c9913a by Lukas Fleischer at 2024-06-15T14:29:58+08:00
upgpkg: 0.41.1-1: update to 0.41.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = hyprland
        pkgdesc = a highly customizable dynamic tiling Wayland compositor
-       pkgver = 0.41.0
+       pkgver = 0.41.1
        pkgrel = 1
        url = https://github.com/hyprwm/Hyprland
        arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = hyprland
        depends = libhyprcursor.so
        depends = hyprlang
        depends = libhyprlang.so
+       depends = hyprutils
        depends = libdisplay-info
        depends = libdisplay-info.so
        depends = libdrm
@@ -72,7 +73,7 @@ pkgbase = hyprland
        optdepends = cmake: to build and install plugins using hyprpm
        optdepends = cpio: to build and install plugins using hyprpm
        optdepends = meson: to build and install plugins using hyprpm
-       source = 
Hyprland-0.41.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.41.0/source-v0.41.0.tar.gz
-       sha256sums = 
36c84bf0deeae01c73b9ed831c7716de3b33fa966a619d996a102cce1c6cdce1
+       source = 
Hyprland-0.41.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.41.1/source-v0.41.1.tar.gz
+       sha256sums = 
4572e3990a18de602410b422ae9232233f2a699b3d0132b90a6e1c25f7369a75
 
 pkgname = hyprland


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Fox <in...@gabrielfox.dev>
 
 pkgname=hyprland
-pkgver=0.41.0
+pkgver=0.41.1
 pkgrel=1
 pkgdesc='a highly customizable dynamic tiling Wayland compositor'
 arch=(x86_64 aarch64)
@@ -17,6 +17,7 @@ depends=(cairo # libcairo.so
          glslang
          hyprcursor libhyprcursor.so
          hyprlang libhyprlang.so
+         hyprutils
          libdisplay-info libdisplay-info.so
          libdrm # libdrm.so
          libglvnd libEGL.so libGLESv2.so libOpenGL.so
@@ -60,7 +61,7 @@ optdepends=('cmake: to build and install plugins using hyprpm'
             'meson: to build and install plugins using hyprpm')
 _archive="${pkgname^}-$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
-sha256sums=('36c84bf0deeae01c73b9ed831c7716de3b33fa966a619d996a102cce1c6cdce1')
+sha256sums=('4572e3990a18de602410b422ae9232233f2a699b3d0132b90a6e1c25f7369a75')
 
 prepare() {
        ln -sf hyprland-source "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/a3c9913a44d678c02338f12cf7b863fe3a2f31d9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/a3c9913a44d678c02338f12cf7b863fe3a2f31d9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to