Skip to content

community/glab: set proper build version

Kevin Daudt requested to merge kdaudt/aports:glab-fix-version into master

glab by default uses git describe output to determine the glab version during build that is reported by glab version.

As the package is built in the aports git repository, it will use the aports version, rather than the glab version.

Explicitly provide GLAB_VERSION to the make command to fix this.

Merge request reports