mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/marisa to 0.2.5-8
This commit is contained in:
parent
ca8893e0ed
commit
7e265fade8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue