From a3b9ef71e75dc56f600ae63685e5b4cd2c5ca4f1 Mon Sep 17 00:00:00 2001 From: ml Date: Wed, 29 Apr 2020 03:49:01 +0200 Subject: [PATCH] Last update before serious selfharm --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dcf2f3d..9aed105 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = golangci-lint pkgdesc = Linters Runner for Go. 5x faster than gometalinter. pkgver = 1.25.1 - pkgrel = 5 + pkgrel = 6 url = https://github.com/golangci/golangci-lint arch = x86_64 arch = i686 diff --git a/PKGBUILD b/PKGBUILD index a4502da..c8e7962 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=golangci-lint pkgdesc="Linters Runner for Go. 5x faster than gometalinter." pkgver=1.25.1 -pkgrel=5 +pkgrel=6 arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h') url='https://github.com/golangci/golangci-lint' license=('GPL3') @@ -34,6 +34,7 @@ check() { cd "${pkgname}-${pkgver}" # some tests build the binary and overwrite our build chmod 555 "$pkgname" # canary + unset CGO_LDFLAGS CGO_CFLAGS GOFLAGS GOLANGCI_LINT_INSTALLED=true go test ./... }