pacman/scripts/libmakepkg
Denton Liu 6b9c1b4d54 srcinfo.sh: remove trailing newline
When a .SRCINFO file is generated via `makepkg --printsrcinfo`, each
section is concluded with an empty line. This means that at the end of
the file, an empty line remains. This is considered a trailing
whitespace error. In fact, `git diff --check` will warn about this,
saying "new blank line at EOF."

Instead of closing each section off with an empty line, use the empty
line to separate sections, omitting the empty line at the end of the
file.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2020-06-26 16:00:26 +10:00
..
buildenv build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
executable libmakepkg: fix regression in sending plain() output to stderr 2020-06-11 10:54:54 +10:00
integrity makepkg/repo-add: handle GPGKEY with spaces 2020-06-11 10:56:30 +10:00
lint_config build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_package build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_pkgbuild build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
source libmakepkg: fix regression in sending plain() output to stderr 2020-06-11 10:54:54 +10:00
tidy libmakepkg/strip: don't re-add the same debug source multiple times 2020-06-01 10:59:08 +10:00
util libmakepkg: fix regression in sending plain() output to stderr 2020-06-11 10:54:54 +10:00
.gitignore libmakepkg: fix .gitignore to simply ignore all generated .sh files 2017-12-07 15:37:20 +10:00
buildenv.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
executable.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
integrity.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_config.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_package.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
lint_pkgbuild.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
meson.build meson: remove useless mkdir -p 2018-12-12 10:12:41 +10:00
source.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
srcinfo.sh.in srcinfo.sh: remove trailing newline 2020-06-26 16:00:26 +10:00
tidy.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00
util.sh.in build-aux/update-copyright 2019 2020 2020-02-10 10:46:03 +10:00