aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check.sh')
-rw-r--r--scripts/check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check.sh b/scripts/check.sh
index 88a1e87..9769507 100644
--- a/scripts/check.sh
+++ b/scripts/check.sh
@@ -2,4 +2,8 @@ for hash in $(git rev-list --max-count=10 HEAD); do
echo "Checking $hash..."
git ls-tree --name-only -r $hash | grep -q '^PKGBUILD$' || echo "❌ Missing PKGBUILD in $hash"
done
+<<<<<<< HEAD
makepkg --printsrcinfo > .SRCINFO
+=======
+makepkg --printsrcinfo > .SRCINFO
+>>>>>>> dab388da8e452a4f82f1297bf20c48254028d1c1