summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-12-18 19:03:12 +0100
committerPhilipp A2021-12-18 19:03:12 +0100
commit6692b3b6e1d823235dfe69c432c9a46f8d1d141f (patch)
tree35766c028881afc86af712169f9b42fdade9c483 /PKGBUILD
parente6f5e70d09cfec44f718fcf92041f6fa4f1ca1ca (diff)
downloadaur-6692b3b6e1d823235dfe69c432c9a46f8d1d141f.tar.gz
v1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4309fc2c397..90907c5a90c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
_name=pyahocorasick
pkgname=python-ahocorasick
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=1
pkgdesc='Fast and memory efficient exact or approximate multi-pattern string search'
arch=(any)
@@ -9,7 +9,7 @@ url="http://pypi.python.org/pypi/$_name"
license=(BSD)
depends=(python)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f9431a20e47e893cadd29f367825e882dbc6fc324a3c24c41e3ff9648e5d04b2')
+sha256sums=('88f79307c74ae6a84f8d88c2522a082f1d21c425762aba7f7e4d14dd431d2fb7')
build() {
cd "$srcdir/$_name-$pkgver"