diff options
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 44e52d185673..70b99eb3cc54 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -455,6 +455,9 @@ _calculate_src_uri() { 4.14.13) # Part of 15.08.2 actually, sigh. Not stable for next release! SRC_URI="mirror://kde/stable/applications/15.08.2/src/${_kmname_pv}.tar.xz" ;; + 4.14.14) + # Part of 15.08.3 actually, sigh. Not stable for next release! + SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;; ??.?.[6-9]? | ??.??.[4-9]?) # Unstable KDE Applications releases SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;; |