summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2024-02-19 12:14:22 +0800
committerq234rty2024-02-19 12:14:47 +0800
commit09d165e01a0d4f007158b5f531656c5ac0ad8072 (patch)
treec93c5d01c2839465cd15ce7e39274fc7da254573
parent2532801789d1fde70c418e6ce6476e74628b85bf (diff)
downloadaur-09d165e01a0d4f007158b5f531656c5ac0ad8072.tar.gz
Add hyprlang as depends
Signed-off-by: q234rty <q23456yuiop@gmail.com>
-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