[arch-commits] Commit in gitlab/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue May 3 12:29:31 UTC 2016


    Date: Tuesday, May 3, 2016 @ 14:29:31
  Author: svenstaro
Revision: 173562

upgpkg: gitlab 8.7.1-2

Add gitlab-workhorse to dependencies

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 12:14:00 UTC (rev 173561)
+++ PKGBUILD	2016-05-03 12:29:31 UTC (rev 173562)
@@ -8,12 +8,12 @@
 
 pkgname=gitlab
 pkgver=8.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="http://gitlab.org/gitlab-ce"
 license=('MIT')
-depends=('ruby2.1' 'git' 'ruby2.1-bundler' 'gitlab-shell' 'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
+depends=('ruby2.1' 'git' 'ruby2.1-bundler' 'gitlab-shell' 'gitlab-workhorse' 'openssh' 'redis' 'libxslt' 'icu' 'nodejs')
 makedepends=('cmake' 'postgresql' 'mariadb')
 optdepends=('gitlab-workhorse: for http access'
             'postgresql: database backend'



More information about the arch-commits mailing list