Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
91f95555 by Caleb Maclennan at 2024-11-09T18:06:07+03:00
upgpkg: 0.45.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.44.1
- pkgrel = 4
+ pkgver = 0.45.0
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
@@ -76,7 +76,7 @@ pkgbase = hyprland
optdepends = cpio: to build and install plugins using hyprpm
optdepends = meson: to build and install plugins using hyprpm
provides = wayland-compositor
- 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
+ source =
Hyprland-0.45.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.45.0/source-v0.45.0.tar.gz
+ sha256sums =
9690b5c0c10fdc277ea7988a28318941dde854260ede4339634dbf2bba8192a3
pkgname = hyprland
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Gabriel Fox <[email protected]>
pkgname=hyprland
-pkgver=0.44.1
-pkgrel=4
+pkgver=0.45.0
+pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/${pkgname^}"
@@ -62,7 +62,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=('a901b9ce5dac48a2b92f287d902c5dc33a05e9946fd082c43142f205246dfc63')
+sha256sums=('9690b5c0c10fdc277ea7988a28318941dde854260ede4339634dbf2bba8192a3')
prepare() {
ln -sf hyprland-source "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/91f95555f004ac5adfa8682e4676f5bc8a5c02b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/91f95555f004ac5adfa8682e4676f5bc8a5c02b5
You're receiving this email because of your account on gitlab.archlinux.org.