From a7b9acee717d046c0576c099e76d4e6b9b2f889d Mon Sep 17 00:00:00 2001 From: maqiang999 Date: Sat, 13 Jun 2020 16:42:30 +0800 Subject: [PATCH 1/2] add yaml file in package --- libXdamage.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libXdamage.yaml diff --git a/libXdamage.yaml b/libXdamage.yaml new file mode 100644 index 0000000..a7810f6 --- /dev/null +++ b/libXdamage.yaml @@ -0,0 +1,5 @@ +version_control: git +src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdamage.git +tag_prefix: libXdamage- +seperator: "." + From 6299c7c2fc49552ecf0ea3f20f9c6afd21c07e5e Mon Sep 17 00:00:00 2001 From: maqiang Date: Tue, 21 Jul 2020 12:18:39 +0800 Subject: [PATCH 2/2] update libXdamage.yaml. --- libXdamage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libXdamage.yaml b/libXdamage.yaml index a7810f6..db18e7b 100644 --- a/libXdamage.yaml +++ b/libXdamage.yaml @@ -1,5 +1,5 @@ version_control: git -src_repo: git@gitlab.freedesktop.org:xorg/lib/libxdamage.git +src_repo: https://gitlab.freedesktop.org/xorg/lib/libxdamage.git tag_prefix: libXdamage- seperator: "."