aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a46d532b9e..a2849753dc3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitbranch=main
_gitauthor=devemio
pkgname=docker-color-output-git
pkgver=2.2.0
-pkgrel=15
+pkgrel=16
pkgdesc="Colors for Docker CLI"
arch=('x86_64')
license=('MIT')
@@ -30,7 +30,7 @@ build() {
export CGO_CFLAGS="$CFLAGS"
export CGO_CXXFLAGS="$CXXFLAGS"
export CGO_CPPFLAGS="$CPPFLAGS"
- export GOCACHE="off"
+ export GOCACHE="/tmp/docker-color-output-git"
make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
}