summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:41:03 +0200
committerPhilipp A2022-09-16 16:41:03 +0200
commitcbd35a48cf0a084f295457fda767b2000fd8cf56 (patch)
tree950c7ac7d4025d2cbd1558582d689de37eaf2c43 /PKGBUILD
parent99c529f8be66b9cd5155c4a5c30bf55c04c490a2 (diff)
downloadaur-python-ahocorasick.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 847a363ba801..c62c7a62ecf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=pyahocorasick
pkgname=python-ahocorasick
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
pkgdesc='Fast and memory efficient exact or approximate multi-pattern string search'
arch=(any)
url="https://github.com/WojciechMula/$_name"
license=(BSD)
provides=("python-$_name=$pkgver")
depends=(python)
-makedepends=(python-setuptools python-installer python-build)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('32545cad135660ceef556f1d987aee3206e00096735405d7a8de84eb0a15bb27')