community/marisa to 0.2.5-8

This commit is contained in:
Kevin Mihelich 2020-01-07 19:00:45 +00:00
parent ca8893e0ed
commit 7e265fade8

View file

@ -7,7 +7,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')
@ -35,7 +35,8 @@ build() {
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