Flagged Out-of-Date Comment: coova-chilli-git

mhdi flagged coova-chilli-git out-of-date on 2024-01-12 (UTC) for the following reason:

ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ERROR: pkgver() generated an invalid version: fatal: not a git repository (or any of the parent directories): .git Please use following function: pkgver() { cd "$pkgname" git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' }