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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jan 9 22:50:03 UTC 2019


    Date: Wednesday, January 9, 2019 @ 22:50:02
  Author: svenstaro
Revision: 421324

upgpkg: gitlab-shell 2:8.4.4-4

Fix version to ruby2.5

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-09 22:44:30 UTC (rev 421323)
+++ PKGBUILD	2019-01-09 22:50:02 UTC (rev 421324)
@@ -12,13 +12,13 @@
 # need this again at some point in the future.
 pkgname=gitlab-shell
 pkgver=8.4.4
-pkgrel=3
+pkgrel=4
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-shell/"
 license=('MIT')
-depends=('ruby' 'redis' 'git')
+depends=('ruby2.5' 'redis' 'git')
 makedepends=('go-pie')
 options=('!strip')
 install=gitlab-shell.install
@@ -55,6 +55,10 @@
       -e "s|# port:|port:|" \
       -e "s|socket:|# socket:|" \
       config.yml.example > config.yml
+
+  for file in {bin,hooks}/*; do
+    sed -i s/ruby/ruby-2.5/g ${file}
+  done
 }
 
 build() {



More information about the arch-commits mailing list