From 4e1c9f59645097b88a0a48d3e8c288e067db0804 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 24 Oct 2020 03:08:14 +0000
Subject: [PATCH] Relicensed to MIT

---
 main.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main.sh b/main.sh
index f2108a5..1cd4aef 100755
--- a/main.sh
+++ b/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 [[ -n "$(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[[:space:]]() {' PKGBUILD)" && -z "$2" ]]; then
 		return 2
 	fi
 

--
Gitblit v1.9.3