Drew DeVault <sir@cmpwn.com> replied via email:
```
v2 sent to address this issue
```
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32984#note_227999
```
> >> aerc: Entering fakeroot...
go build -buildmode=pie -ldflags "-X main.Version=`git describe --long --tags --dirty 2>/dev/null || echo 0.9.0` -X git.sr.ht/~rjarry/aerc/config.shareDir=/usr/share/aerc" -o aerc
```
this still builds twice like what i found before, because the install does not also pass VERSION= so it causes it to rebuild. (and that also makes it set the version to an aports tag since the git describe succeeds)
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/32984#note_227994