mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: Fix checksums issues
This commit is contained in:
parent
445ba5ead5
commit
f54608ee3e
3
kiss
3
kiss
@ -597,8 +597,9 @@ pkg_checksums() {
|
||||
elif [ -f "$src_dir/$1/${src##*/}" ]; then
|
||||
src_path=$src_dir/$1
|
||||
|
||||
# File is a git repository, skip checksums.
|
||||
# File is a git repository.
|
||||
elif [ -z "${src##git+*}" ]; then
|
||||
printf '%-64s %s\n' git "${src##*/}"
|
||||
continue
|
||||
|
||||
# Die here if source for some reason, doesn't exist.
|
||||
|
Loading…
Reference in New Issue
Block a user