Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@411471 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
anatolik authored and svntogit committed Apr 3, 2021
1 parent f4c0dda commit 8edc7be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions repos/testing-x86_64/PKGBUILD
Expand Up @@ -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)
Expand Down Expand Up @@ -78,7 +78,8 @@ package_ruby() {
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/*
Expand Down

0 comments on commit 8edc7be

Please sign in to comment.