Browse Source

[Arch/wine] Remove obsolete sed replace operation

master
Pekka Helenius 1 year ago
parent
commit
f4a6102f91
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      arch/0-wine-staging-git/PKGBUILD

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

@ -162,7 +162,6 @@ 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