python-pyahocorasick: auto updated to 2.1.0-1

This commit is contained in:
BioArchLinuxBot 2024-03-21 18:07:15 +00:00
parent a1b27dafb1
commit 6ad9afc3c3

View file

@ -2,8 +2,8 @@
pkgname=python-pyahocorasick
_module=${pkgname#python-}
pkgver=2.0.0
pkgrel=3
pkgver=2.1.0
pkgrel=1
pkgdesc="Fast and memory efficient library for exact or approximate multi-pattern string search"
arch=('x86_64')
url="https://github.com/WojciechMula/pyahocorasick"
@ -19,7 +19,7 @@ makedepends=(
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz"
)
sha256sums=('2985cac6d99c0e9165617fe154b4db0b50c4c2819791c2ad5f0aac0c6a6e58c5')
sha256sums=('4df4845c1149e9fa4aa33f0f0aa35f5a42957a43a3d6e447c9b44e679e2672ea')
build() {
cd "$_module-$pkgver"