summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-11 14:48:46 +0300
committerCaleb Maclennan2021-05-11 14:48:46 +0300
commit0533b0bd1755444e2c5fe8c1bf330ca2c83c4185 (patch)
treef74efdbf1253d1ea970f906b97c1966e43ed6597
parent9e3042e20bfd7812b217d1f168a4fb17d3653463 (diff)
downloadaur-0533b0bd1755444e2c5fe8c1bf330ca2c83c4185.tar.gz
upgpkg: gitlab-pages 1.38.0-4
Drop key that doesn't go in a config
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669e786ffba7..4f51375a3bc4 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 = 3
+ pkgrel = 4
url = https://gitlab.com/gitlab-org/gitlab-pages
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d17896f33025..3380633a332a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gitlab-pages
pkgver=1.38.0
-pkgrel=3
+pkgrel=4
pkgdesc='GitLab Pages daemon used to serve static websites for GitLab users'
url="https://gitlab.com/gitlab-org/$pkgname"
license=('MIT')
@@ -30,7 +30,7 @@ build() {
-ldflags "-extldflags \"$LDFLAGS\" -X main.VERSION=$pkgver" \
.
./$pkgname -help 2>&1 |
- sed -ne '/=/{s/^ -//;s/\([^:]*\): \(.*\)/# \2\n#\1\n/;p}' |
+ sed -ne '/=/{s/^ -//;s/\([^:]*\): \(.*\)/# \2\n#\1\n/;/config=/d;p}' |
sed -e '/daemon-.id=/{s/^#//;s/=0/=105/}' \
> config.cfg
}