diff options
-rw-r--r-- | eclass/plasma.kde.org.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 8326a7b5ed..8a91155fc7 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -67,6 +67,10 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" RESTRICT+=" mirror" ;; + 5.9?.0* ) + _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" + RESTRICT+=" mirror" + ;; *) _KDE_SRC_URI+="stable/plasma/$(ver_cut 1-3)/" ;; esac |