From 99cffd8d9f8eaee64552425d37770a67e2c980b4 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 9 Jun 2024 07:26:02 +0200 Subject: [PATCH] hyprlang: update --- recipes-support/hyprland/hyprlang_git.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-support/hyprland/hyprlang_git.bb b/recipes-support/hyprland/hyprlang_git.bb index 983ca29..ff21fd6 100644 --- a/recipes-support/hyprland/hyprlang_git.bb +++ b/recipes-support/hyprland/hyprlang_git.bb @@ -4,10 +4,12 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5b6bed06dd8ed68f00c26d0b4cede89" +DEPENDS = "hyprutils" + SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main" S = "${WORKDIR}/git" -SRCREV = "78fcaa27ae9e1d782faa3ff06c8ea55ddce63706" -PV = "0.5.1" +SRCREV = "ec6938c66253429192274d612912649a0cfe4d28" +PV = "0.5.2" -inherit cmake +inherit cmake pkgconfig