From fc8dd81f009e43657b792853ea4a1a3d90cd69e4 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Tue, 18 Jul 2023 21:09:45 +0800 Subject: [PATCH] add comment for existing file will be skipped --- DEBBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEBBUILD b/DEBBUILD index 76581c7..0d5408c 100644 --- a/DEBBUILD +++ b/DEBBUILD @@ -9,8 +9,8 @@ url="https://git.leafee98.com/leafee98/makedeb" maintainer="Leafee98 " source=( - "LICENSE::https://git.leafee98.com/leafee98/makedeb/raw/branch/main/LICENSE" # from http - "makedeb-repo::git+https://git.leafee98.com/leafee98/makedeb.git#branch=main" # from git with https + "LICENSE::https://git.leafee98.com/leafee98/makedeb/raw/branch/main/LICENSE" # from http (existed file will skip, without checking hash) + "makedeb-repo::git+https://git.leafee98.com/leafee98/makedeb.git#branch=main" # from git with https "README.md::README.md" # from local file )