[arch-commits] Commit in gitlab/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Nov 19 20:26:41 UTC 2018
Date: Monday, November 19, 2018 @ 20:26:40
Author: svenstaro
Revision: 408964
upgpkg: gitlab 11.4.5-2
Fix FS#60756: gitlab needs nodejs after all
Modified:
gitlab/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-19 19:59:11 UTC (rev 408963)
+++ PKGBUILD 2018-11-19 20:26:40 UTC (rev 408964)
@@ -8,13 +8,13 @@
pkgname=gitlab
pkgver=11.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Project management and code hosting application"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab-ce"
license=('MIT')
options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser')
+depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
optdepends=('postgresql: database backend'
'mysql: database backend'
More information about the arch-commits
mailing list