summarylogtreecommitdiffstats
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
parentd265076148530b820fa812097099c353c909dec6 (diff)
downloadaur-1fdc7e2ffdee42d5e4457a02f6330561cfef8628.tar.gz
[python-lunr] Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c364b69efc87..5d4603419b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
pkgver = 0.5.8
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/mdx_gh_links/
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-lunr
depends = python-future>=0.16.0
depends = python-tqdm
depends = python-joblib
+ depends = python-regex
source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.5.8.tar.gz
sha256sums = c4fb063b98eff775dd638b3df380008ae85e6cb1d1a24d1cd81a10ef6391c26e
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')