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

Levente Polyak anthraxx at archlinux.org
Wed Oct 4 10:44:52 UTC 2017


    Date: Wednesday, October 4, 2017 @ 10:44:51
  Author: anthraxx
Revision: 261444

upgpkg: ruby-colorator 1.1.0-3 (fix ruby dist)

Modified:
  ruby-colorator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 10:12:59 UTC (rev 261443)
+++ PKGBUILD	2017-10-04 10:44:51 UTC (rev 261444)
@@ -3,7 +3,7 @@
 _gemname=colorator
 pkgname=ruby-colorator
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Colorize your text in the terminal'
 url='https://github.com/octopress/colorator'
 arch=('any')
@@ -17,7 +17,7 @@
 prepare() {
   cd ${_gemname}-${pkgver}
   sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
-  sed 's|git ls-files -z|find -type f -print0|' -i ${_gemname}.gemspec
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,\\\\./,,g"|' -i ${_gemname}.gemspec
 }
 
 build() {



More information about the arch-commits mailing list