summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9bcb49a2d4..d55997d031a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gitlab-pages
pkgdesc = GitLab Pages daemon used to serve static websites for GitLab users
pkgver = 1.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gitlab-org/gitlab-pages
arch = i686
arch = x86_64
license = MIT
makedepends = go
- backup = etc/$pkgname/config.cfg
+ backup = etc/gitlab-pages/config.cfg
source = gitlab-pages-v1.15.0.tar.gz::https://gitlab.com/gitlab-org/gitlab-pages/repository/v1.15.0/archive.tar.gz
source = config.cfg
source = gitlab-pages.service
diff --git a/PKGBUILD b/PKGBUILD
index 5c7f383d09bd..b61b20214cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gitlab-pages
pkgver=1.15.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')
@@ -15,7 +15,7 @@ source=("$pkgname-v$pkgver.tar.gz::https://gitlab.com/gitlab-org/$pkgname/reposi
'config.cfg'
"$pkgname.service"
'service.env')
-backup=('etc/$pkgname/config.cfg')
+backup=("etc/$pkgname/config.cfg")
sha256sums=('bc6f93de33f520c09d8159d7b16214c18dae6a463027924f3834c2d44a6ca575'
'5e2135793d43ec2f3343b49cf45b00f44ef74e813c7d152d2e0ed46af5c25122'
'ae62235f0fd66eaed7ad74048daf21b92058aba90e40fc2d3e7a684e9883c32e'