summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2020-07-18 22:31:41 +0100
committerD. Can Celasun2020-07-18 22:31:41 +0100
commit1fdc7e2ffdee42d5e4457a02f6330561cfef8628 (patch)
treefb603dda7424dd6e348c66027c7e1b9dd2261cd9 /PKGBUILD
parentd265076148530b820fa812097099c353c909dec6 (diff)
downloadaur-1fdc7e2ffdee42d5e4457a02f6330561cfef8628.tar.gz
[python-lunr] Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1b8357c4332..0fcf9551b342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-lunr
_pkgname=lunr
pkgver=0.5.8
-pkgrel=1
+pkgrel=2
pkgdesc="A Python implementation of Lunr.js (for mkdocs)"
arch=('any')
url="https://pypi.org/project/mdx_gh_links/"
license=('MIT')
-depends=('python-nltk>=3.2.5' 'python-future>=0.16.0' 'python-tqdm' 'python-joblib')
+# Most of these deps are transitive deps of python-nltk
+depends=('python-nltk>=3.2.5' 'python-future>=0.16.0' 'python-tqdm' 'python-joblib' 'python-regex')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-$pkgver.tar.gz")
sha256sums=('c4fb063b98eff775dd638b3df380008ae85e6cb1d1a24d1cd81a10ef6391c26e')