Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 61BB4782F42; Sat, 9 Apr 2022 08:28:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Drew DeVault From: alice Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <20220409081307.18796-1-sir@cmpwn.com> Subject: Re: [PATCH] community/aerc: upgrade to 0.9.0 Date: Sat, 09 Apr 2022 08:28:37 -0000 Message-ID: <164949291736.985.16333216144904284681.gitlab.32984.a431c3cd670a0b111bfe7d7e247510225b37b442@listserv.local> ``` >>> 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