Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland
Commits:
2ebf19fa by Caleb Maclennan at 2023-12-06T22:44:19+03:00
upgpkg: 0.33.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
- pkgver = 0.33.0
+ pkgver = 0.33.1
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = hyprland
depends = xorg-xinput
depends = xorg-xwayland
depends = libdisplay-info.so
- source =
Hyprland-0.33.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.33.0/source-v0.33.0.tar.gz
- sha256sums =
449ffaafbf6b4442fc41947c464e38a60fb190b024a6c54ee75df850b5f5f9fe
+ source =
Hyprland-0.33.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.33.1/source-v0.33.1.tar.gz
+ sha256sums =
fe2b39ca90a4dde04159d69ea49c71315449efe5630cf2ff8bb75d4dd4589153
pkgname = hyprland
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Gabriel Fox <[email protected]>
pkgname=hyprland
-pkgver=0.33.0
+pkgver=0.33.1
pkgrel=1
pkgdesc='a highly customizable dynamic tiling Wayland compositor'
arch=(x86_64 aarch64)
@@ -52,7 +52,7 @@ makedepends=(cmake
xorgproto)
_archive="${pkgname^}-$pkgver"
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
-sha256sums=('449ffaafbf6b4442fc41947c464e38a60fb190b024a6c54ee75df850b5f5f9fe')
+sha256sums=('fe2b39ca90a4dde04159d69ea49c71315449efe5630cf2ff8bb75d4dd4589153')
prepare() {
ln -sf hyprland-source "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/2ebf19faf0a422d3cdc9a6347d4f449643223880
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/2ebf19faf0a422d3cdc9a6347d4f449643223880
You're receiving this email because of your account on gitlab.archlinux.org.