Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Volk
0fbde7b0e8 hyprland: update 2024-10-06 17:19:00 +02:00
Markus Volk
e55ec38481 hyprlang: update 2024-10-06 17:18:38 +02:00
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 = "5c6c300abfea2539ffad9bcbf857325eec5ab765" SRCREV = "0c7a7e2d569eeed9d6025f3eef4ea0690d90845d"
PV = "0.43" PV = "0.44"
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 = "5b175c9704f6ef5db29ac9aa8ab30029aa2e0dc7" SRCREV = "f054f2e44d6a0b74607a6bc0f52dba337a3db38e"
PV = "0.5.2" PV = "0.5.3"
inherit cmake pkgconfig inherit cmake pkgconfig