summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2020-04-29 03:39:06 +0200
committerml2020-04-29 03:39:06 +0200
commit55b82ddbd18e566d3ce8bd6eccbca84d90ac2272 (patch)
tree89ce38a70e99dddb2249262554f2161ed69a1054
parent79446bf0d6b16c4cdc1758364fcba56aad1d1a6f (diff)
downloadaur-55b82ddbd18e566d3ce8bd6eccbca84d90ac2272.tar.gz
oops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755af4780c23..dcf2f3da4d1b 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 = 4
+ pkgrel = 5
url = https://github.com/golangci/golangci-lint
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 06ab81c060e5..a4502da9f506 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=4
+pkgrel=5
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
license=('GPL3')
@@ -31,8 +31,6 @@ build() {
}
check() {
- env | sort
- exit 1
cd "${pkgname}-${pkgver}"
# some tests build the binary and overwrite our build
chmod 555 "$pkgname" # canary