generated from archlinux/template
upgpkg: golangci-lint 1.29.0-2
This commit is contained in:
parent
8746cc5b6c
commit
d6324b0d0d
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = golangci-lint
|
||||
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
|
||||
pkgver = 1.29.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/golangci/golangci-lint
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
3
PKGBUILD
3
PKGBUILD
@ -2,7 +2,7 @@
|
||||
pkgname=golangci-lint
|
||||
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
|
||||
pkgver=1.29.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
||||
url='https://github.com/golangci/golangci-lint'
|
||||
license=('GPL3')
|
||||
@ -24,6 +24,7 @@ build() {
|
||||
-X=main.commit="${_commit::7}"
|
||||
-X=main.date="$(date -u -d "@${SOURCE_DATE_EPOCH}" +'%FT%TZ')"
|
||||
)
|
||||
export CGO_ENABLED=1
|
||||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CPPFLAGS="$CPPFLAGS"
|
||||
export CGO_CXXFLAGS="$CXXFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user