Browse Source

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

master
Pekka Helenius 1 year 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
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}"
source+=($stagingsrc)
fi


Loading…
Cancel
Save