Disable shellcheck for PKGBUILD source

This commit is contained in:
2024-05-15 13:38:28 +02:00
parent e07736bfb4
commit c4e335a6a3

View File

@@ -21,6 +21,7 @@ proctected=(
)
for pkgbuild in pkgbuilds/*/PKGBUILD ; do
# shellcheck disable=SC1090
source "${pkgbuild}"
aurdeps+=("${depends[@]%%[<=>]*}" "${makedepends[@]%%[<=>]*}" "${pkgname}")
done