summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53099cdbf026..bf1676b346d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitlab-pages
pkgdesc = GitLab Pages daemon used to serve static websites for GitLab users
pkgver = 1.38.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gitlab-org/gitlab-pages
arch = x86_64
arch = i686
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" \
.
}