* update marisa to 0.2.6-12

This commit is contained in:
Alexander Baldeck 2024-05-18 23:28:04 +02:00
parent 1f467d7b47
commit 32fe6ca67e

View File

@ -5,12 +5,11 @@
pkgbase=marisa
pkgname=('marisa' 'perl-marisa' 'python-marisa' 'ruby-marisa')
pkgver=0.2.6
pkgrel=11
pkgrel=12
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/s-yata/marisa-trie"
license=('BSD' 'LGPL')
makedepends=('python' 'ruby' 'perl' 'swig')
options=(!distcc)
makedepends=('python' 'ruby' 'perl' 'swig' 'python-setuptools')
source=("marisa-trie-$pkgver.tar.gz::https://github.com/s-yata/marisa-trie/archive/v$pkgver.tar.gz"
fix-format-security.patch)
sha512sums=('c094e4b22e1457efdd20f2b978ee421b53e36ed94e4fdbd8944136c0ba23da4f6ba9fe3a2c64729c1426aee4dbe8098bfa5eebb943ae7fdaa4eec760485c564d'
@ -28,8 +27,7 @@ build() {
cd marisa-trie-$pkgver
# sse2 is part of amd64
[ "${CARCH}" == 'x86_64' ] && EXTRA_CONFIGURE_FLAGS="--enable-sse2"
./configure --prefix=/usr --disable-static ${EXTRA_CONFIGURE_FLAGS}
./configure --prefix=/usr --disable-static ${EXTRA_CONFIUGRE_FLAGS}
# --enable-popcnt
# --enable-sse3
# --enable-ssse3