Compare commits

..

No commits in common. "0fbde7b0e80e85f4f203c05ce8159ffe3e874a0e" and "ead17cba81244ebf45a9c43578bbdd9ec4599ee4" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "0c7a7e2d569eeed9d6025f3eef4ea0690d90845d" SRCREV = "5c6c300abfea2539ffad9bcbf857325eec5ab765"
PV = "0.44" PV = "0.43"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "f054f2e44d6a0b74607a6bc0f52dba337a3db38e" SRCREV = "5b175c9704f6ef5db29ac9aa8ab30029aa2e0dc7"
PV = "0.5.3" PV = "0.5.2"
inherit cmake pkgconfig inherit cmake pkgconfig