mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pyahocorasick: auto updated to 2.1.0-1
This commit is contained in:
parent
a1b27dafb1
commit
6ad9afc3c3
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue