mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
pkgbase=marisa
|
||||||
pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
|
pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
|
||||||
pkgver=0.2.5
|
pkgver=0.2.5
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/s-yata/marisa-trie"
|
url="https://github.com/s-yata/marisa-trie"
|
||||||
license=('BSD' 'LGPL')
|
license=('BSD' 'LGPL')
|
||||||
|
@ -35,7 +35,8 @@ build() {
|
||||||
make
|
make
|
||||||
|
|
||||||
# Regenerate swig bindings
|
# 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
|
# Perl bindings
|
||||||
cd "$srcdir"/marisa-trie-$pkgver/bindings/perl
|
cd "$srcdir"/marisa-trie-$pkgver/bindings/perl
|
||||||
|
|
Loading…
Reference in a new issue