hyprlang: update

This commit is contained in:
Markus Volk 2024-02-10 03:48:00 +01:00
parent 71281112cd
commit ba0b387e8e

View File

@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
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 = "4c28464a7d7af69b8da2fbbf4ec0b5ef4e960054" SRCREV = "335d0c65e1be3855bf835bf4e1c6f7566a0f52bf"
PV = "0.2.1" PV = "0.3.0"
inherit cmake inherit cmake
FILES:${PN} += "${libdir} ${datadir}"
FILES:${PN}-dev = "${includedir}"