summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-11 16:12:51 +0300
committerCaleb Maclennan2021-05-11 16:12:51 +0300
commitae76937a26b336f8d5a4e62c52988af6e0a5ddfb (patch)
tree81d165d0c04e819802b4100cd3f200ecab83519f /PKGBUILD
parent8d8cfaa31e392f94f13d851379643fc9d0abd42d (diff)
downloadaur-ae76937a26b336f8d5a4e62c52988af6e0a5ddfb.tar.gz
upgpkg: gitlab-pages 1.38.0-7
Can't chroot in build mode pie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a8313485e58..f5efbbf21853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gitlab-pages
pkgver=1.38.0
-pkgrel=6
+pkgrel=7
pkgdesc='GitLab Pages daemon used to serve static websites for GitLab users'
url="https://gitlab.com/gitlab-org/$pkgname"
license=('MIT')
@@ -25,7 +25,7 @@ build() {
export CGO_ENABLED=0
go build \
-trimpath \
- -buildmode=pie \
+ -buildmode=exe \
-mod=readonly \
-modcacherw \
-ldflags "-extldflags \"$LDFLAGS\" -X main.VERSION=$pkgver" \