From 37df0765d284892bf81bddf575fdcb14582b4f5f Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 19 May 2022 23:49:02 +0200 Subject: cleanup: move PKGBUILD.proto to contrib folder --- src/finddeps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/finddeps.in') diff --git a/src/finddeps.in b/src/finddeps.in index 05b3530..da7cb85 100644 --- a/src/finddeps.in +++ b/src/finddeps.in @@ -20,7 +20,7 @@ fi find . -type d -print0 2>/dev/null| while read -r -d '' d; do if [[ -f "$d/PKGBUILD" ]]; then pkgname=() depends=() makedepends=() optdepends=() - # shellcheck source=PKGBUILD.proto + # shellcheck source=contrib/makepkg/PKGBUILD.proto . "$d/PKGBUILD" for dep in "${depends[@]}"; do # lose the version comparator, if any -- cgit v1.2.3-70-g09d2