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

Anatol Pomozov anatolik at archlinux.org
Thu Jun 11 23:23:03 UTC 2020


    Date: Thursday, June 11, 2020 @ 23:23:03
  Author: anatolik
Revision: 642154

Retain ruby extension libraries needed for the gem functionality

It also fixes load time warning:
  "Ignoring unf-0.2.0.beta2 because its extensions are not built. Try: gem pristine unf --version 0.2.0.beta2"

Modified:
  ruby-unf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 23:20:13 UTC (rev 642153)
+++ PKGBUILD	2020-06-11 23:23:03 UTC (rev 642154)
@@ -5,7 +5,7 @@
 _gemname='unf'
 pkgname="ruby-${_gemname}"
 pkgver=0.2.0.beta2
-pkgrel=3
+pkgrel=4
 pkgdesc='Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.'
 arch=('any')
 url='https://github.com/knu/ruby-unf'
@@ -42,7 +42,6 @@
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 
   rm -rf "${pkgdir}/${_gemdir}/cache"
-  rm -rf "${pkgdir}/${_gemdir}/extensions"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list