diff --git a/plugins/pck-update.in b/plugins/pck-update.in index a4442b8..1568ea3 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -1135,7 +1135,7 @@ rpmvars.solve "$fullURL_new" "$SRPM_SPECFILE_WITH_PATH") notify.debug "fullURL_new = $fullURL_new" case "$fullURL_new" in - git://*|http://*.git|https://*.git) + git://*|http://*.git/*|https://*.git/*) git.download \ --pck-version "$pck_newver" \ --destdir="$source_dir" "$fullURL_new" @@ -1970,7 +1970,7 @@ rpmvars.solve "$fullURL" "$SRPM_SPECFILE_WITH_PATH") notify.debug "fullURL = $fullURL" case "$fullURL" in - git://*|http://*.git|https://*.git) + git://*|http://*.git/*|https://*.git/*) [ -e "${source_dir}/${fullURL/*\/}" -a "$force_download" != "1" ] || \ git.download \ --pck-version "$pck_rpmversion" \