From e790e4d2c3dc3b996854ce70ace17244e8e8b9d8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 25 May 2024 06:55:09 +0100 Subject: [PATCH] plasma.kde.org.eclass: support 6.x betas Signed-off-by: Sam James --- eclass/plasma.kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 491f1fcecc8cb..1a626de37bfbc 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -63,7 +63,7 @@ if [[ ${KDE_BUILD_TYPE} == live ]]; then fi elif [[ -z ${KDE_ORG_COMMIT} ]]; then case ${PV} in - 5.??.[6-9][05]* ) + 5.??.[6-9][05]* | 6.?.[6-9][05]* ) _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" RESTRICT+=" mirror" ;;