Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/commitpkg.in
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-05-19 23:49:02 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit37df0765d284892bf81bddf575fdcb14582b4f5f (patch)
treeaa25d7cc11e95f4f11fc846a1c1a4bf22d337d72 /src/commitpkg.in
parent6d946989f3ca7de78ccda98804bb72aec3692412 (diff)
cleanup: move PKGBUILD.proto to contrib folder
Diffstat (limited to 'src/commitpkg.in')
-rw-r--r--src/commitpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commitpkg.in b/src/commitpkg.in
index 31adcd6..235d12b 100644
--- a/src/commitpkg.in
+++ b/src/commitpkg.in
@@ -28,7 +28,7 @@ if [[ ! -f PKGBUILD ]]; then
fi
source=()
-# shellcheck source=PKGBUILD.proto
+# shellcheck source=contrib/makepkg/PKGBUILD.proto
. ./PKGBUILD
pkgbase=${pkgbase:-$pkgname}