mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-27 18:52:15 +01:00
To speed up obtaining metadata from all packages, we try to avoid forking calls in the global scope. In this case, sed is being used to remove all '.' from `pkgver`. Parameter substution can be used to do that instead.