summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKoopa2020-09-26 21:26:44 -0400
committerKoopa2020-09-26 21:26:44 -0400
commit8d979a480c3a439bf6946768d5c96157328c556b (patch)
tree4f70e709ab082d4ebf0775292d77b3f35c344b81 /PKGBUILD
parentd74992fe96a85098db5cbffb6e32789a7169c7aa (diff)
downloadaur-8d979a480c3a439bf6946768d5c96157328c556b.tar.gz
Clean up ShellCheck usage.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 078dd4ece71c..0fd1a1ce3b96 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Koopa <codingkoopa@gmail.com>
+#!/bin/bash
+# ^ Indicate that this is meant for use with Bash.
+# Don't warn about unused variables.
+# shellcheck disable=2034
-# Verification:
-# - All scripts are ran through ShellCheck (Ignoring PKGBUILD related false positives.).
-# - This PKGBUILD in particular is ran through namcap.
-# - Desktop entries are ran through desktop-file-validate.
+# Maintainer: Koopa <codingkoopa@gmail.com>
pkgname='lucas-simpsons-hit-and-run-mod-launcher'
pkgver='1.25.1'