Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
856 stars 155 forks source link

Cannot specify bleeding tag within the config file for wine-valve-bleeding-edge on Arch Linux #1115

Closed Lumenohr closed 7 months ago

Lumenohr commented 7 months ago

when attempting to append a bleeding edge tag to the cfg for valve-exp-bleeding preset, as in the following:

`# 'Wine-to-rule-them-all' - Wine-TkG config file
# Proton experimental - Bleeding Edge

_PKGNAME_OVERRIDE="valve-exp-bleeding"

_custom_wine_source="https://github.com/ValveSoftware/wine.git"
_plain_version="experimental_8.0"
_proton_branch="experimental_8.0"
_staging_version="e9f69afcab7a6143abb54854945bdbf7f091c60c"

# Optionally set a bleeding edge tag - Leave empty to use latest bleeding edge
_bleeding_tag="experimental-wine-bleeding-edge-8.0-72565-20240108-p81de06-w57bb53-d5e06cf-vd27be5"

_CSMT_toggle="false"
_GLSL_toggle="false"
_lol920_fix="false"

_NOINITIALPROMPT="true"
_user_patches="true"
_user_patches_no_confirm="true"`

the build errors like so:

`==> Making package: wine-tkg-valve-exp-bleeding 0-327 (Wed 24 Jan 2024 05:15:22 AM PST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /home/al/rep/wine-tkg-git/wine-tkg-git/ValveSoftware-winegit is not a clone of https://github.com/ValveSoftware/wine.gitexperimental-wine-bleeding-edge-8.0-72565-20240108-p81de06-w57bb53-d5e06cf-vd27be5
    Aborting...`

my guess is that this somehow means that the PKGBUILD cannot parse the tag properly? not an expert but just an insight.