summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-08-09 01:16:03 +0800
committerq234rty2023-08-09 01:22:45 +0800
commitc3c1b94843f730c30bbe4ee2e8e0b786af229c6e (patch)
treee50f97098c2e4f9febc4f535b9fb4ad44f3fa84c
parentf8787f55e4541a8ea95b823b786e7bafd72af6eb (diff)
downloadaur-c3c1b94843f730c30bbe4ee2e8e0b786af229c6e.tar.gz
Revert "Fix crash"
This reverts commit f8787f55e4541a8ea95b823b786e7bafd72af6eb. The fix has been pushed upstream.
-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