Skip to content

fix(pkgbuild.sh): Use grep -Fx to check for pkgrel and pkgver declaration

Vekhir -- requested to merge vekhir/devtools:fix-pkgrel-pkgver-match into master

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.

What do you think?

Fixes: #242

Merge request reports

Loading