#!/bin/sh

if test -f PKGBUILD; then
  shfmt -i 2 -bn -ci -sr -w PKGBUILD
  git add PKGBUILD
fi
