mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2020-10-23 5e843f0ef4bd53743d1ab2668bbc8dc598bad280
main.sh
@@ -47,7 +47,7 @@
# Usage: build_pkg [package name] [-f force]
function build_pkg {
   #check if PKGBUILD has updated, don't rebuild if hasn't changed
   if [[ ! -z $(git pull | grep "Already up to date.") && -z $(grep 'pkgver() {' PKGBUILD) && -z $2 ]]; then
   if [[ -n "$(git pull | grep 'Already up to date.')" && -z "$(grep 'pkgver() {' PKGBUILD)" && -z "$2" ]]; then
      return 2
   fi
@@ -131,7 +131,7 @@
               sleep 1
            else
               # Remove self from top of queue
               echo 1 > $WAITLST_LCK
               echo 1 > $WAITLIST_LCK
               TEMP=$(mktemp)
               tail -n +2 $WAITLIST > $TEMP
               cp $TEMP $WAITLIST