Browse Source

[Arch/Wine] Use https protocol while fetching Staging sources

master
Pekka Helenius 2 years ago
parent
commit
95e26eac59
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      arch/0-wine-staging-git/PKGBUILD

+ 1
- 0
arch/0-wine-staging-git/PKGBUILD View File

@ -162,6 +162,7 @@ if [[ -d ${PWD}/wine-patches ]]; then
fi fi
if [[ enable_staging -eq 1 ]]; then if [[ enable_staging -eq 1 ]]; then
_staging_gitsrc=$(echo ${_staging_gitsrc} | sed 's/^git/git+https/')
stagingsrc=wine-staging-git::"${_staging_gitsrc}#commit=${_staging_commit}" stagingsrc=wine-staging-git::"${_staging_gitsrc}#commit=${_staging_commit}"
source+=($stagingsrc) source+=($stagingsrc)
fi fi


Loading…
Cancel
Save