Skip to content

Commit c01395d

Browse files
committed
pixman: fix git tag format for version checkout
1 parent b06a455 commit c01395d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/p/pixman/xmake.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package("pixman")
66
add_urls("https://cairographics.org/releases/pixman-$(version).tar.gz", {alias = "home"})
77
add_urls("https://www.x.org/archive/individual/lib/pixman-$(version).tar.gz", {alias = "home"})
88
add_urls("https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-$(version)/pixman-pixman-$(version).tar.gz", {alias = "gitlab"})
9-
add_urls("https://gitlab.freedesktop.org/pixman/pixman.git")
9+
add_urls("https://gitlab.freedesktop.org/pixman/pixman.git", {alias = "git"})
1010

1111
add_versions("gitlab:0.42.0", "45c6462f6d6441923d4c17d06fa50ce066f0ceff0fc84af8d342df63c1079151")
1212
add_versions("gitlab:0.42.2", "4191a5084bae000a61e3513b06027b6f8f559d17d61769ed9de27dfb0cec8699")
@@ -19,6 +19,8 @@ package("pixman")
1919
add_versions("home:0.43.4", "a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226")
2020
add_versions("home:0.46.2", "3e0de5ba6e356916946a3d958192f15505dcab85134771bfeab4ce4e29bbd733")
2121

22+
add_versions("git:0.46.2", "pixman-0.46.2")
23+
2224
if is_plat("wasm") then
2325
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
2426
end

0 commit comments

Comments
 (0)