summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-08-08 18:59:31 +0800
committerq234rty2023-08-08 18:59:31 +0800
commitf8787f55e4541a8ea95b823b786e7bafd72af6eb (patch)
tree6a577e62000678f0f699bcabd65c48641ed630b2
parentc5ba47032f7d5503e48df4b67a1632109a3a74d9 (diff)
downloadaur-f8787f55e4541a8ea95b823b786e7bafd72af6eb.tar.gz
Fix crash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a04c39e608b..55cf8bf2eace 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 = r2853.dc469dc4
- pkgrel = 1
+ pkgver = r3177.cebab759
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bd3ca4529f7c..a79a219ca420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2853.dc469dc4
-pkgrel=1
+pkgver=r3177.cebab759
+pkgrel=2
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/hyprwm/Hyprland"
@@ -75,6 +75,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
+ git cherry-pick -n f7cdebd84a69432fd80fa3d3f69dd829e3941376
rm -rf subprojects/wlroots subprojects/hyprland-protocols
git submodule init
git config submodule.wlroots.url "${srcdir}"/wlroots