summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2024-03-19 23:44:42 +0800
committerq234rty2024-03-19 23:45:43 +0800
commitbe5d2fc55ae07e49895f45d40a25c4f4b3129a14 (patch)
tree45699b5fbd94a8e263f6e79068bffed72ece28d5
parent09d165e01a0d4f007158b5f531656c5ac0ad8072 (diff)
downloadaur-be5d2fc55ae07e49895f45d40a25c4f4b3129a14.tar.gz
Fix build
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce3ce168411..94e43c18850f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-hidpi-xprop-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.35.0.r51.69a4f08d
+ pkgver = 0.37.1.r20.05c84304
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = i686
@@ -46,7 +46,8 @@ pkgbase = hyprland-hidpi-xprop-git
depends = xorg-xwayland-hidpi-xprop
depends = tomlplusplus
depends = hyprlang
- provides = hyprland=0.35.0.r51.69a4f08d
+ depends = hyprcursor
+ provides = hyprland=0.37.1.r20.05c84304
conflicts = hyprland
options = debug
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
diff --git a/PKGBUILD b/PKGBUILD
index 067d66d61c24..8085d06fb419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=0.35.0.r51.69a4f08d
+pkgver=0.37.1.r20.05c84304
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")
@@ -42,6 +42,7 @@ depends=(
xorg-xwayland-hidpi-xprop
tomlplusplus
hyprlang
+ hyprcursor
)
makedepends=(
git