Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
fix(pkgbuild.sh): Use grep -Fx to check for pkgrel and pkgver declaration
Based on @gromit's comment, I created this MR which uses grep -Fx to keep the pkgver and pkgrel as literals. -x is necessary since anchors are not possible in fixed strings and the string must match the whole line.