summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3e98bd2b556..1ce3ce168411 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.34.0.r74.df990c80
+ pkgver = 0.35.0.r51.69a4f08d
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = i686
@@ -45,7 +45,8 @@ pkgbase = hyprland-hidpi-xprop-git
depends = seatd
depends = xorg-xwayland-hidpi-xprop
depends = tomlplusplus
- provides = hyprland=0.34.0.r74.df990c80
+ depends = hyprlang
+ provides = hyprland=0.35.0.r51.69a4f08d
conflicts = hyprland
options = debug
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
diff --git a/PKGBUILD b/PKGBUILD
index c836c68e3fe0..067d66d61c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=0.34.0.r74.df990c80
+pkgver=0.35.0.r51.69a4f08d
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")
@@ -41,6 +41,7 @@ depends=(
seatd
xorg-xwayland-hidpi-xprop
tomlplusplus
+ hyprlang
)
makedepends=(
git