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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 22 14:31:16 UTC 2017


    Date: Wednesday, March 22, 2017 @ 14:31:15
  Author: svenstaro
Revision: 218392

upgpkg: gitlab-shell 1:4.1.1-3

Replace ruby with ruby2.3 in the hooks

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-22 14:06:21 UTC (rev 218391)
+++ PKGBUILD	2017-03-22 14:31:15 UTC (rev 218392)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=4.1.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Git management software"
 arch=('any')
@@ -77,7 +77,7 @@
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
 
-  for file in ${pkgdir}/usr/share/webapps/gitlab-shell/bin/*; do
+  for file in ${pkgdir}/usr/share/webapps/gitlab-shell/{bin,hooks}/*; do
     sed -i s/ruby/ruby-2.3/g ${file}
   done
 }



More information about the arch-commits mailing list