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

Levente Polyak anthraxx at archlinux.org
Tue May 12 23:53:31 UTC 2020


    Date: Tuesday, May 12, 2020 @ 23:53:31
  Author: anthraxx
Revision: 627269

upgpkg: ruby-path_expander 1.1.0-2: drop constraints

Modified:
  ruby-path_expander/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 23:51:38 UTC (rev 627268)
+++ PKGBUILD	2020-05-12 23:53:31 UTC (rev 627269)
@@ -3,7 +3,7 @@
 _gemname=path_expander
 pkgname=ruby-${_gemname}
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Helps pre-process command-line arguments expanding directories into their constituent file'
 url='https://github.com/seattlerb/path_expander'
 arch=('any')
@@ -18,6 +18,7 @@
 
 build() {
   cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i Rakefile
   rake gem
 }
 



More information about the arch-commits mailing list