community/marisa to 0.2.6-4

This commit is contained in:
Kevin Mihelich 2021-03-19 17:04:01 +00:00
parent 38467ef679
commit b57a42b21b

View file

@ -7,7 +7,7 @@
pkgbase=marisa
pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
pkgver=0.2.6
pkgrel=3
pkgrel=4
arch=('x86_64')
url="https://github.com/s-yata/marisa-trie"
license=('BSD' 'LGPL')
@ -42,7 +42,8 @@ build() {
cd "$srcdir"/marisa-trie-$pkgver/bindings/perl
perl Makefile.PL \
INC=-I"$srcdir"/marisa-trie-$pkgver/include \
LIBS=-L"$srcdir"/marisa-trie-$pkgver/lib/marisa/.libs
LIBS=-L"$srcdir"/marisa-trie-$pkgver/lib/marisa/.libs \
INSTALLDIRS=vendor
make
# Python bindings