summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-02-02 19:41:49 +0800
committerq234rty2023-02-02 19:41:49 +0800
commited494409e733e7bbeffcabc5bf8e02bf371a1e05 (patch)
tree47431b8be57b7e28f26a9636aef1ab09974eaee8
parentc0be55254ae54765ea0f9a6d1695738f8d00f3a3 (diff)
downloadaur-ed494409e733e7bbeffcabc5bf8e02bf371a1e05.tar.gz
Fix issue with latest Xwayland
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index decf2557a57c..4abce9d51be8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-hidpi-xprop-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = r2198.5d66122
- pkgrel = 2
+ pkgver = r2401.32d56fec
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index a6d797a048a9..5850e8c52138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2198.5d66122
-pkgrel=2
+pkgver=r2401.32d56fec
+pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -78,6 +78,7 @@ prepare() {
git -c protocol.file.allow=always submodule update subprojects/hyprland-protocols
cd subprojects/wlroots
git revert -n 18595000f3a21502fd60bf213122859cc348f9af
+ git cherry-pick -n 03412e9aaba3f2bedacbeeef53469f13d6b6b277
patch -Np1 < "${srcdir}"/6c5ffcd1fee9e44780a6a8792f74ecfbe24a1ca7.patch
}