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

Anatol Pomozov anatolik at archlinux.org
Sat Apr 3 18:25:29 UTC 2021


    Date: Saturday, April 3, 2021 @ 18:25:29
  Author: anatolik
Revision: 411470

upgpkg: ruby 3.0.0-3: FS#70201: drop racc and erb bin scripts, it belongs to its own ruby-* packages

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-03 17:29:50 UTC (rev 411469)
+++ PKGBUILD	2021-04-03 18:25:29 UTC (rev 411470)
@@ -5,7 +5,7 @@
 
 pkgname=(ruby ruby-docs)
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -78,7 +78,8 @@
   rm "${pkgdir}"/usr/share/man/man1/irb.1
 
   # remove other binaries that are shipped as separate packages
-  rm "${pkgdir}"/usr/bin/{rake,rbs,typeprof}
+  rm "${pkgdir}"/usr/bin/{rake,rbs,typeprof,erb,racc}
+  rm "${pkgdir}"/usr/share/man/man1/erb.1
 
   # remove all bundled gems to avoid conflicts with ruby-* Arch packages
   rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*



More information about the arch-commits mailing list