summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2016-11-13 02:46:49 +0700
committerSergey Shatunov2016-11-13 02:46:49 +0700
commit8c4a791d1c7362e7688920ea0a362d635a1954c3 (patch)
treefd9dc70279c5515d4e2a50a327ef5bda48784327
parent98422621e58eab0c9a7ea1226848676865d3ca24 (diff)
downloadaur-8c4a791d1c7362e7688920ea0a362d635a1954c3.tar.gz
Update to 8.13.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e19f0216b820..bc880043719e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitlab-ee
pkgdesc = Project management and code hosting application
- pkgver = 8.13.3
- pkgrel = 3
+ pkgver = 8.13.5
+ pkgrel = 1
url = https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README
install = gitlab.install
arch = i686
@@ -24,14 +24,14 @@ pkgbase = gitlab-ee
optdepends = mysql: database backend
optdepends = python2-docutils: reStructuredText markup language support
optdepends = smtp-server: mail server in order to receive mail notifications
+ provides = gitlab
conflicts = gitlab
- replaces = gitlab
backup = etc/webapps/gitlab/application.rb
backup = etc/webapps/gitlab/gitlab.yml
backup = etc/webapps/gitlab/resque.yml
backup = etc/webapps/gitlab/unicorn.rb
backup = etc/logrotate.d/gitlab
- 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-ee-8.13.5.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/repository/archive.tar.gz?ref=v8.13.5-ee
source = gitlab-unicorn.service
source = gitlab-sidekiq.service
source = gitlab-backup.service
@@ -47,7 +47,7 @@ pkgbase = gitlab-ee
source = nginx.conf.example
source = nginx-ssl.conf.example
source = lighttpd.conf.example
- sha256sums = 2c3f556292790a1a9b9d8378e66a46d2a29dbf21117fe18974bff5ff31bf1dc7
+ sha256sums = bddd0b23e2179b5ca527c7e75b09ea631dbb1f5c5d2f3b88e94beafacb0807a6
sha256sums = 0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307
sha256sums = 3f64de78d1221a0ddf75baed19d1706c625c143701d30ad918f15231aeecfb4f
sha256sums = e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e
diff --git a/PKGBUILD b/PKGBUILD
index 9069534c400b..fe8490d9c93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_pkgname=gitlab
pkgname=gitlab-ee
-pkgver=8.13.3
-pkgrel=3
+pkgver=8.13.5
+pkgrel=1
pkgdesc="Project management and code hosting application"
arch=('i686' 'x86_64')
url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
license=('MIT')
conflicts=('gitlab')
-replaces=('gitlab')
+provides=('gitlab')
depends=('ruby' 'git' 'ruby-bundler' 'gitlab-shell' 'gitlab-workhorse' 'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
makedepends=('cmake' 'postgresql' 'mariadb')
optdepends=('postgresql: database backend'
@@ -44,7 +44,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-ee/re
nginx-ssl.conf.example
lighttpd.conf.example)
install='gitlab.install'
-sha256sums=('2c3f556292790a1a9b9d8378e66a46d2a29dbf21117fe18974bff5ff31bf1dc7'
+sha256sums=('bddd0b23e2179b5ca527c7e75b09ea631dbb1f5c5d2f3b88e94beafacb0807a6'
'0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
'3f64de78d1221a0ddf75baed19d1706c625c143701d30ad918f15231aeecfb4f'
'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'
@@ -65,7 +65,7 @@ _datadir="/usr/share/webapps/${_pkgname}"
_etcdir="/etc/webapps/${_pkgname}"
_homedir="/var/lib/${_pkgname}"
_logdir="/var/log/${_pkgname}"
-_commit=966f6c7f5e501b6ff1af675b28bfa1d4a9d4e4d5
+_commit="94cc667f4ad84bfedf8714db7e8b4ba6acbb1f9a"
_srcdir="${pkgname}-v${pkgver/_/-}-ee-${_commit}"
prepare() {