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

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


    Date: Tuesday, May 3, 2016 @ 14:43:29
  Author: svenstaro
Revision: 173564

upgpkg: gitlab 8.7.1-3

Fix permissions and remove gitlab-workhorse from optdeps

Modified:
  gitlab/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 12:30:12 UTC (rev 173563)
+++ PKGBUILD	2016-05-03 12:43:29 UTC (rev 173564)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="http://gitlab.org/gitlab-ce"
@@ -15,8 +15,7 @@
 license=('MIT')
 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'
+optdepends=('postgresql: database backend'
             'mysql: database backend'
             'python2-docutils: reStructuredText markup language support'
             'smtp-server: mail server in order to receive mail notifications')
@@ -117,6 +116,7 @@
 
   cp -r "${srcdir}/${_srcdir}" "${pkgdir}${_datadir}"
   chown -R 105:105 "${pkgdir}${_datadir}"
+  chmod 750 "${pkgdir}${_datadir}"
 
   install -dm750 -o 105 -g 105 "${pkgdir}${_datadir}/www"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/www"



More information about the arch-commits mailing list