From bf1f8410c12cb85cabd8443438cd9735eafc59b0 Mon Sep 17 00:00:00 2001 From: arabian Date: Fri, 26 Sep 2025 23:30:09 +0300 Subject: [PATCH] change pwsp.spec to use new tags format --- pwsp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwsp.spec b/pwsp.spec index 015dd6a..444dbcf 100644 --- a/pwsp.spec +++ b/pwsp.spec @@ -11,7 +11,7 @@ Summary: Lets you play audio files through your microphone License: MIT URL: https://github.com/arabianq/pipewire-soundpad -Source: https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/%{version}.tar.gz +Source: https://github.com/arabianq/pipewire-soundpad/archive/refs/tags/v%{version}.tar.gz BuildRequires: rust BuildRequires: cargo @@ -26,7 +26,7 @@ GUI clients.} %description %{_description} %prep -%autosetup -n pipewire-soundpad-%{version} -p1 +%autosetup -n pipewire-soundpad-v%{version} -p1 %build cargo build --release --locked