This commit is contained in:
ml 2020-04-29 03:39:06 +02:00
parent 79446bf0d6
commit 55b82ddbd1
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = golangci-lint pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter. pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.25.1 pkgver = 1.25.1
pkgrel = 4 pkgrel = 5
url = https://github.com/golangci/golangci-lint url = https://github.com/golangci/golangci-lint
arch = x86_64 arch = x86_64
arch = i686 arch = i686

View File

@ -2,7 +2,7 @@
pkgname=golangci-lint pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter." pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
pkgver=1.25.1 pkgver=1.25.1
pkgrel=4 pkgrel=5
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h') arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint' url='https://github.com/golangci/golangci-lint'
license=('GPL3') license=('GPL3')
@ -31,8 +31,6 @@ build() {
} }
check() { check() {
env | sort
exit 1
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
# some tests build the binary and overwrite our build # some tests build the binary and overwrite our build
chmod 555 "$pkgname" # canary chmod 555 "$pkgname" # canary