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

Christian Rebischke shibumi at archlinux.org
Mon Jan 20 21:41:02 UTC 2020


    Date: Monday, January 20, 2020 @ 21:41:02
  Author: shibumi
Revision: 553261

upgpkg: ruby-unf 0.2.0.beta2-3 fix extensions

Modified:
  ruby-unf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-20 21:33:06 UTC (rev 553260)
+++ PKGBUILD	2020-01-20 21:41:02 UTC (rev 553261)
@@ -5,8 +5,8 @@
 _gemname='unf'
 pkgname="ruby-${_gemname}"
 pkgver=0.2.0.beta2
-pkgrel=2
-pkgdesc='This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.'
+pkgrel=3
+pkgdesc='Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.'
 arch=('any')
 url='https://github.com/knu/ruby-unf'
 license=('BSD')
@@ -42,6 +42,7 @@
   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