From f4a6102f91fe1fd7eeed95f08c4be4966e0a0b95 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 30 Oct 2022 10:54:54 +0200 Subject: [PATCH] [Arch/wine] Remove obsolete sed replace operation --- arch/0-wine-staging-git/PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/0-wine-staging-git/PKGBUILD b/arch/0-wine-staging-git/PKGBUILD index f4277f9..3938e1d 100755 --- a/arch/0-wine-staging-git/PKGBUILD +++ b/arch/0-wine-staging-git/PKGBUILD @@ -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