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

Felix Yan felixonmars at archlinux.org
Thu Jan 2 15:02:40 UTC 2020


    Date: Thursday, January 2, 2020 @ 15:02:39
  Author: felixonmars
Revision: 546182

upgpkg: marisa 0.2.5-8

Ruby 2.7.0 rebuild

Modified:
  marisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-02 14:54:24 UTC (rev 546181)
+++ PKGBUILD	2020-01-02 15:02:39 UTC (rev 546182)
@@ -4,7 +4,7 @@
 pkgbase=marisa
 pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
 pkgver=0.2.5
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 url="https://github.com/s-yata/marisa-trie"
 license=('BSD' 'LGPL')
@@ -32,7 +32,8 @@
   make
 
   # Regenerate swig bindings
-  make -C bindings -j1
+  # remove ruby because it's broken for now
+  make -C bindings -j1 swig-perl swig-python
 
   # Perl bindings
   cd "$srcdir"/marisa-trie-$pkgver/bindings/perl



More information about the arch-commits mailing list