summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-10 19:52:49 +0300
committerCaleb Maclennan2021-05-10 19:52:49 +0300
commit5fa871eb010b4765b528345a42df3b8c49c117b9 (patch)
tree79d7491bcd7b0adb1c7fdf5b5bde194cfe03ac8e /PKGBUILD
parentadde2ce9a187572649ea0c377bd566f1647c935d (diff)
downloadaur-5fa871eb010b4765b528345a42df3b8c49c117b9.tar.gz
upgpkg: gitlab-pages 1.38.0-2
Revert to previous link mode, having trouble chrooting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4ca02f3c982..b274abad763d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gitlab-pages
pkgver=1.38.0
-pkgrel=1
+pkgrel=2
pkgdesc='GitLab Pages daemon used to serve static websites for GitLab users'
url="https://gitlab.com/gitlab-org/$pkgname"
license=('MIT')
@@ -28,7 +28,7 @@ build() {
-buildmode=pie \
-mod=readonly \
-modcacherw \
- -ldflags "-linkmode external -extldflags \"$LDFLAGS\" -X main.VERSION=$pkgver" \
+ -ldflags "-extldflags \"$LDFLAGS\" -X main.VERSION=$pkgver" \
.
}