summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2016-11-06 19:46:18 +0700
committerSergey Shatunov2016-11-06 19:46:18 +0700
commit98422621e58eab0c9a7ea1226848676865d3ca24 (patch)
treeb5054459dbda02275b2908298deab7ead4617685
parentb41b8598caf5dbcb9beda2d15c9ac52397d6e74b (diff)
downloadaur-98422621e58eab0c9a7ea1226848676865d3ca24.tar.gz
Fixup more path errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd9ed6cf045e..e19f0216b820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitlab-ee
pkgdesc = Project management and code hosting application
- pkgver = 8.13.3_ee
+ pkgver = 8.13.3
pkgrel = 3
url = https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README
install = gitlab.install
@@ -31,7 +31,7 @@ pkgbase = gitlab-ee
backup = etc/webapps/gitlab/resque.yml
backup = etc/webapps/gitlab/unicorn.rb
backup = etc/logrotate.d/gitlab
- source = gitlab-ee-8.13.3_ee.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/repository/archive.tar.gz?ref=v8.13.3-ee
+ source = gitlab-ee-8.13.3.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/repository/archive.tar.gz?ref=v8.13.3-ee
source = gitlab-unicorn.service
source = gitlab-sidekiq.service
source = gitlab-backup.service
diff --git a/PKGBUILD b/PKGBUILD
index 33a4b33fedd3..9069534c400b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=gitlab
pkgname=gitlab-ee
-pkgver=8.13.3_ee
+pkgver=8.13.3
pkgrel=3
pkgdesc="Project management and code hosting application"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ backup=("etc/webapps/${_pkgname}/application.rb"
"etc/webapps/${_pkgname}/resque.yml"
"etc/webapps/${_pkgname}/unicorn.rb"
"etc/logrotate.d/${_pkgname}")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/repository/archive.tar.gz?ref=v${pkgver/_/-}"
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/repository/archive.tar.gz?ref=v${pkgver}-ee"
gitlab-unicorn.service
gitlab-sidekiq.service
gitlab-backup.service
@@ -66,7 +66,7 @@ _etcdir="/etc/webapps/${_pkgname}"
_homedir="/var/lib/${_pkgname}"
_logdir="/var/log/${_pkgname}"
_commit=966f6c7f5e501b6ff1af675b28bfa1d4a9d4e4d5
-_srcdir="${pkgname}-v${pkgver/_/-}-${_commit}"
+_srcdir="${pkgname}-v${pkgver/_/-}-ee-${_commit}"
prepare() {
cd "${srcdir}/${_srcdir}"