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

Andreas Schleifer segaja at gemini.archlinux.org
Sun Aug 7 14:51:46 UTC 2022


    Date: Sunday, August 7, 2022 @ 14:51:46
  Author: segaja
Revision: 1260555

upgpkg: ruby-open-uri 0.2.0-2; fix file list sed

Modified:
  ruby-open-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 14:48:18 UTC (rev 1260554)
+++ PKGBUILD	2022-08-07 14:51:46 UTC (rev 1260555)
@@ -3,7 +3,7 @@
 _gemname='open-uri'
 pkgname="ruby-${_gemname}"
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP'
 arch=('any')
 url='https://github.com/ruby/open-uri'
@@ -21,7 +21,7 @@
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
 
   # we build based on a tar archive, not a git repo
-  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not -path "*/\.git/*" -printf "%P\\n"|' "${_gemname}.gemspec"
+  sed --in-place --regexp-extended 's|git ls-files -z|find . -type f -not -path "*/\.git/*" -printf "%P\\\\0"|' "${_gemname}.gemspec"
 }
 
 build() {



More information about the arch-commits mailing list