summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:41:03 +0200
committerPhilipp A2022-09-16 16:41:03 +0200
commitcbd35a48cf0a084f295457fda767b2000fd8cf56 (patch)
tree950c7ac7d4025d2cbd1558582d689de37eaf2c43
parent99c529f8be66b9cd5155c4a5c30bf55c04c490a2 (diff)
downloadaur-cbd35a48cf0a084f295457fda767b2000fd8cf56.tar.gz
makedeps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1651d3c3368c..4c02258fbd57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-ahocorasick
pkgdesc = Fast and memory efficient exact or approximate multi-pattern string search
pkgver = 1.4.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/WojciechMula/pyahocorasick
arch = any
license = BSD
makedepends = python-setuptools
- makedepends = python-installer
makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python
provides = python-pyahocorasick=1.4.4
source = https://files.pythonhosted.org/packages/source/p/pyahocorasick/pyahocorasick-1.4.4.tar.gz
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')