fnott: update

This commit is contained in:
Markus Volk 2022-08-07 16:07:18 +02:00
parent 9c912915f6
commit 9d235c2235

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \ SRC_URI = " \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.2 \ git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.3 \
" "
DEPENDS = " \ DEPENDS = " \
@ -33,8 +33,8 @@ RDEPENDS:${PN} = " \
inherit meson pkgconfig features_check inherit meson pkgconfig features_check
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.2.1" PV = "1.3.0"
SRCREV = "e5aa6850d4ffbf0b61b2464a0dcbf131aad5a941" SRCREV = "ca03bf5a697b1e392790c62b4fbddb4b1e68bd73"
EXTRA_OEMESON += "--buildtype release" EXTRA_OEMESON += "--buildtype release"