Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
fd4a30d0 by Caleb Maclennan at 2025-07-16T13:45:26+03:00
upgpkg: 0.50.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.49.0
- pkgrel = 3
+ pkgver = 0.50.0
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
@@ -86,7 +86,7 @@ pkgbase = hyprland
optdepends = meson: to build and install plugins using hyprpm
optdepends = uwsm: the recommended way to start Hyprland
provides = wayland-compositor
- source =
Hyprland-0.49.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.49.0/source-v0.49.0.tar.gz
- sha256sums =
fd96fb043cfeda09a1ab9a5eb69fee55562475c0c6a41f79dad2bcc652dc5730
+ source =
Hyprland-0.50.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.50.0/source-v0.50.0.tar.gz
+ sha256sums =
bfd5cc13b125f7af264bcd858c91f155ffed90d8387120a111351e7ded2d60bb
pkgname = hyprland
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Gabriel Fox <[email protected]>
pkgname=hyprland
-pkgver=0.49.0
-pkgrel=3
+pkgver=0.50.0
+pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -68,7 +68,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=('fd96fb043cfeda09a1ab9a5eb69fee55562475c0c6a41f79dad2bcc652dc5730')
+sha256sums=('bfd5cc13b125f7af264bcd858c91f155ffed90d8387120a111351e7ded2d60bb')
prepare() {
ln -sf hyprland-source "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/fd4a30d02781c3117916de522b85a8519bacfb80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/fd4a30d02781c3117916de522b85a8519bacfb80
You're receiving this email because of your account on gitlab.archlinux.org.