summaryrefslogtreecommitdiff
path: root/src/checkpkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkpkg.in')
-rw-r--r--src/checkpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkpkg.in b/src/checkpkg.in
index 059f752..da4c67b 100644
--- a/src/checkpkg.in
+++ b/src/checkpkg.in
@@ -82,7 +82,7 @@ if [[ ! -f PKGBUILD ]]; then
die 'This must be run in the directory of a built package.'
fi
-# shellcheck source=PKGBUILD.proto
+# shellcheck source=contrib/makepkg/PKGBUILD.proto
. ./PKGBUILD
if [[ ${arch[0]} == 'any' ]]; then
CARCH='any'