diff --git a/testing/dnscontrol/APKBUILD b/testing/dnscontrol/APKBUILD index fe7d0d80714..8300742fa7b 100644 --- a/testing/dnscontrol/APKBUILD +++ b/testing/dnscontrol/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nicolas Lorin pkgname=dnscontrol pkgver=4.22.0 -pkgrel=0 +pkgrel=1 pkgdesc="Synchronize your DNS to multiple providers from a simple DSL" url="https://stackexchange.github.io/dnscontrol/" arch="all" @@ -18,7 +18,7 @@ export GOTMPDIR="${GOTMPDIR:-"$srcdir"}" export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}" build() { - go build -ldflags="-X main.version=$pkgver" + go build -ldflags="-X github.com/StackExchange/dnscontrol/v4/pkg/version.version=$pkgver" } check() {