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

Anatol Pomozov anatolik at archlinux.org
Sat Jan 4 00:41:38 UTC 2020


    Date: Saturday, January 4, 2020 @ 00:41:36
  Author: anatolik
Revision: 547775

upgpkg: gitlab 12.6.2-2: Remove hardcoded bundler version from Gemfile.lock

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 23:47:57 UTC (rev 547774)
+++ PKGBUILD	2020-01-04 00:41:36 UTC (rev 547775)
@@ -11,7 +11,7 @@
 # need this again at some point in the future.
 pkgname=gitlab
 pkgver=12.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-foss"
@@ -107,8 +107,9 @@
 
   # https://github.com/bundler/bundler/issues/6882
   sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
   bundle lock --update=bundler-audit
+  # 'lock' adds 'BUNDLED WITH' back. Remove it again.
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
 }
 
 build() {



More information about the arch-commits mailing list