diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 4c6f0d3dbca..43ed9225d8d 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -8,7 +8,7 @@ # @BLURB: Support eclass for packages that are hosted on kde.org infrastructure. # @DESCRIPTION: # This eclass is mainly providing facilities for the upstream release groups -# Frameworks, Plasma, Applications to assemble default SRC_URI for tarballs, +# Frameworks, Plasma, Release Service to assemble default SRC_URI for tarballs, # set up git-r3.eclass for stable/master branch versions or restrict access to # unreleased (packager access only) tarballs in Gentoo KDE overlay, but it may # be also used by any other package hosted on kde.org. @@ -267,7 +267,7 @@ kde.org_pkg_nofetch() { case ${CATEGORY} in kde-frameworks) sched_uri+="/Frameworks" ;; kde-plasma) sched_uri+="/Plasma_5" ;; - kde-apps) sched_uri+="/Applications/$(ver_cut 1-2)_Release_Schedule" ;; + kde-apps) sched_uri+="/release_service/$(ver_cut 1-2)_Release_Schedule" ;; esac eerror " _ _ _ _ ____ _____ _ _____ _ ____ _____ ____ " |
