From 2f481f00f420ae1147c5ab44939a19829d52be34 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 19 Jan 2024 10:21:59 -0500 Subject: [PATCH] fix(wayland-protocols) closes #4904 --- projects/wayland.freedesktop.org/protocols/package.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/projects/wayland.freedesktop.org/protocols/package.yml b/projects/wayland.freedesktop.org/protocols/package.yml index 4dc1847d..cbeef8c4 100644 --- a/projects/wayland.freedesktop.org/protocols/package.yml +++ b/projects/wayland.freedesktop.org/protocols/package.yml @@ -1,9 +1,9 @@ distributable: - url: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.32/downloads/wayland-protocols-1.32.tar.xz - strip-components: 1 + url: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/{{version.tag}}/downloads/wayland-protocols-{{version.tag}}.tar.xz + strip-components: 1 display-name: wayland-protocols versions: - gitlab: gitlab.freedesktop.org:wayland/wayland-protocols + gitlab: gitlab.freedesktop.org:wayland/wayland-protocols platforms: - linux build: @@ -28,4 +28,5 @@ test: dependencies: freedesktop.org/pkg-config: '*' script: - - pkg-config --modversion wayland-protocols | grep {{version.marketing}} \ No newline at end of file + - pkg-config --modversion wayland-protocols + - pkg-config --modversion wayland-protocols | grep {{version.marketing}}