Skip to content

Commit

Permalink
kde.org.eclass: Add release-service SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 12, 2019
1 parent 5fe9ff5 commit 89139dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclass/kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ _kde.org_calculate_src_uri() {
_src_uri+="unstable/applications/${PV}/src/"
RESTRICT+=" mirror"
;;
*) _src_uri+="stable/applications/${PV}/src/" ;;
19.08.3? ) _src_uri+="stable/applications/${PV}/src/" ;;
*) _src_uri+="stable/release-service/${PV}/src/" ;;
esac
;;
kde-frameworks)
Expand Down

0 comments on commit 89139dc

Please sign in to comment.