summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-10 16:19:12 +0300
committerCaleb Maclennan2020-02-10 16:19:12 +0300
commit66bc737b1e45eb6f049891769206ada70ce198a8 (patch)
tree51b110328f26153cadea7444d29f6b063a39e0ba
parent1b8589b79dd665ab436b0ebede08b4d6d0f1f5d2 (diff)
downloadaur-66bc737b1e45eb6f049891769206ada70ce198a8.tar.gz
Re-enable deps for EE only feature (FOSS skip kerberos stuff)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da05b1b5c57b..0b3548605130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitlab-ee
pkgdesc = Project management and code hosting application
pkgver = 12.7.5
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/gitlab-org/gitlab
install = gitlab.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf2c13e31c69..aabdcf6b4d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
_pkgname=gitlab
pkgname=$_pkgname-ee
pkgver=12.7.5
-pkgrel=2
+pkgrel=3
pkgdesc="Project management and code hosting application"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab"
@@ -127,7 +127,7 @@ build() {
# Gems will be installed into vendor/bundle
bundle config build.gpgme --use-system-libraries # See https://bugs.archlinux.org/task/63654
bundle config force_ruby_platform true # some native gems are not available for newer ruby
- bundle install --jobs=$(nproc) --no-cache --deployment --without development test aws kerberos
+ bundle install --jobs=$(nproc) --no-cache --deployment --without development test aws
# workaround for a ruby2.7 issue
# https://gitlab.com/groups/gitlab-org/-/epics/2380