From 49133262bcda4b4a3c90c3af2491f0dddeabb417 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 15 Jun 2025 21:38:43 -0500 Subject: [PATCH] cleanup: No SOURCE0 needed; fix: v%{VERSION} Signed-off-by: Gilver --- anda/system/wine-dxvk/wine-dxvk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/system/wine-dxvk/wine-dxvk.spec b/anda/system/wine-dxvk/wine-dxvk.spec index 9e597ed4d3..5b620304a2 100644 --- a/anda/system/wine-dxvk/wine-dxvk.spec +++ b/anda/system/wine-dxvk/wine-dxvk.spec @@ -29,7 +29,6 @@ Summary: Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wi License: zlib AND MIT URL: https://github.com/doitsujin/dxvk -Source0: %{url}/archive/v%{version}/dxvk-%{version}.tar.gz BuildRequires: anda-srpm-macros BuildRequires: gcc @@ -143,7 +142,7 @@ Requires: terra-wine-dxvk-d3d8(x86-32) = %{version}-%{release} %{summary} %prep -%git_clone %{url}.git %{version} +%git_clone %{url}.git v%{version} %build %mingw_meson --buildtype=plain --wrap-mode=nodownload --auto-features=enabled --cross-file ../build-win%{target_x86_type}.txt --buildtype release