Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
a8035013 by Lukas Fleischer at 2024-10-09T13:46:09-05:00
upgpkg: 0.44.1-1: update to 0.44.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
- pkgver = 0.44.0
+ pkgver = 0.44.1
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -77,7 +77,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.44.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.44.0/source-v0.44.0.tar.gz
- sha256sums =
c307e52d8f2554b02428926b87060c228472b09ca18fc0d928487aa92559104f
+ source =
Hyprland-0.44.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.44.1/source-v0.44.1.tar.gz
+ sha256sums =
a901b9ce5dac48a2b92f287d902c5dc33a05e9946fd082c43142f205246dfc63
pkgname = hyprland
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Gabriel Fox <[email protected]>
pkgname=hyprland
-pkgver=0.44.0
+pkgver=0.44.1
pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
@@ -63,7 +63,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=('c307e52d8f2554b02428926b87060c228472b09ca18fc0d928487aa92559104f')
+sha256sums=('a901b9ce5dac48a2b92f287d902c5dc33a05e9946fd082c43142f205246dfc63')
prepare() {
ln -sf hyprland-source "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/a8035013968e7a843d1a18fd5395cfb0f19aa557
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/a8035013968e7a843d1a18fd5395cfb0f19aa557
You're receiving this email because of your account on gitlab.archlinux.org.