summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f25a882b0799..8242006e8beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amazon-ecr-credential-helper
pkgdesc = A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry.
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/awslabs/amazon-ecr-credential-helper
arch = i686
arch = x86_64
@@ -11,4 +11,3 @@ pkgbase = amazon-ecr-credential-helper
sha512sums = db79a6e6e71df2c74f3018519713a33fef73fdbe18af8cf569fe54c78588f81ef4f0e05f9bfcb0f48b42853ac784e76c6bbcb648567e2eb3ccec1ce8a280fb4b
pkgname = amazon-ecr-credential-helper
-
diff --git a/PKGBUILD b/PKGBUILD
index 81219b50e513..dcc2960638f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=amazon-ecr-credential-helper
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
_commit=b19192b6522b2da02d14ec394c331f3b1a70efe2
pkgdesc="A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry."
url='https://github.com/awslabs/amazon-ecr-credential-helper'
@@ -28,6 +28,7 @@ prepare() {
build() {
msg2 "Build program"
cd "${srcdir}/src/${_gourl}/${pkgname}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
GOPATH="${srcdir}" PATH="${srcdir}/bin:${PATH}" make
}