summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cf8bf2eace..5ecd41f6de29 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 = r3177.cebab759
- pkgrel = 2
+ pkgver = r3185.8e04a80e
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a79a219ca420..341eed2c35a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r3177.cebab759
-pkgrel=2
+pkgver=r3185.8e04a80e
+pkgrel=1
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,7 +75,6 @@ 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