From 9c26b988d425f089f2abbdd8e1941e91b615efbb Mon Sep 17 00:00:00 2001 From: maqiang999 Date: Sat, 13 Jun 2020 15:09:09 +0800 Subject: [PATCH 1/2] add yaml file in package --- libXres.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libXres.yaml diff --git a/libXres.yaml b/libXres.yaml new file mode 100644 index 0000000..9eb2357 --- /dev/null +++ b/libXres.yaml @@ -0,0 +1,5 @@ +version_control: git +src_repo: git@gitlab.freedesktop.org:xorg/lib/libxres.git +tag_prefix: libXres- +seperator: "." + From 230c76285e966e0db20496e50e1d6f70607ed30c Mon Sep 17 00:00:00 2001 From: maqiang Date: Tue, 21 Jul 2020 12:02:16 +0800 Subject: [PATCH 2/2] update libXres.yaml. --- libXres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXres.yaml b/libXres.yaml index 9eb2357..cadc561 100644 --- a/libXres.yaml +++ b/libXres.yaml @@ -1,5 +1,5 @@ version_control: git -src_repo: git@gitlab.freedesktop.org:xorg/lib/libxres.git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxres.git tag_prefix: libXres- seperator: "."