summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-06 09:43:07 +0200
committerPhilipp A2022-09-06 09:43:07 +0200
commit99c529f8be66b9cd5155c4a5c30bf55c04c490a2 (patch)
treec6092731f13bf9f88361ee0d6897fcf0c5204827
parent4c0f25860224f42564854de0cac5f811d048688d (diff)
downloadaur-99c529f8be66b9cd5155c4a5c30bf55c04c490a2.tar.gz
add provides field
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD3
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73dda53b1861..1651d3c3368c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
pkgbase = python-ahocorasick
pkgdesc = Fast and memory efficient exact or approximate multi-pattern string search
- pkgver = 1.4.2
- pkgrel = 1
- url = http://pypi.python.org/pypi/pyahocorasick
+ pkgver = 1.4.4
+ pkgrel = 2
+ url = https://github.com/WojciechMula/pyahocorasick
arch = any
license = BSD
+ makedepends = python-setuptools
+ makedepends = python-installer
+ makedepends = python-build
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pyahocorasick/pyahocorasick-1.4.2.tar.gz
- sha256sums = 88f79307c74ae6a84f8d88c2522a082f1d21c425762aba7f7e4d14dd431d2fb7
+ provides = python-pyahocorasick=1.4.4
+ source = https://files.pythonhosted.org/packages/source/p/pyahocorasick/pyahocorasick-1.4.4.tar.gz
+ sha256sums = 32545cad135660ceef556f1d987aee3206e00096735405d7a8de84eb0a15bb27
pkgname = python-ahocorasick
diff --git a/PKGBUILD b/PKGBUILD
index 277581a09b8b..847a363ba801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
_name=pyahocorasick
pkgname=python-ahocorasick
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
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)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")