mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
23be9cb40e
commit
2f481f00f4
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.32/downloads/wayland-protocols-1.32.tar.xz
|
url: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/{{version.tag}}/downloads/wayland-protocols-{{version.tag}}.tar.xz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
display-name: wayland-protocols
|
display-name: wayland-protocols
|
||||||
versions:
|
versions:
|
||||||
gitlab: gitlab.freedesktop.org:wayland/wayland-protocols
|
gitlab: gitlab.freedesktop.org:wayland/wayland-protocols
|
||||||
platforms:
|
platforms:
|
||||||
- linux
|
- linux
|
||||||
build:
|
build:
|
||||||
|
@ -28,4 +28,5 @@ test:
|
||||||
dependencies:
|
dependencies:
|
||||||
freedesktop.org/pkg-config: '*'
|
freedesktop.org/pkg-config: '*'
|
||||||
script:
|
script:
|
||||||
- pkg-config --modversion wayland-protocols | grep {{version.marketing}}
|
- pkg-config --modversion wayland-protocols
|
||||||
|
- pkg-config --modversion wayland-protocols | grep {{version.marketing}}
|
||||||
|
|
Loading…
Reference in a new issue