summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2020-08-03 09:13:51 +0100
committerD. Can Celasun2020-08-03 09:13:51 +0100
commit74a34b4f2c0520babc3c8b2ba72112c90cde1347 (patch)
tree30c6b5a5266be0a27500363b1d8ad25ef01e1f1f /PKGBUILD
parent1fdc7e2ffdee42d5e4457a02f6330561cfef8628 (diff)
downloadaur-74a34b4f2c0520babc3c8b2ba72112c90cde1347.tar.gz
[python-lunr] Fix upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fcf9551b342..a2e371f48b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-lunr
_pkgname=lunr
pkgver=0.5.8
-pkgrel=2
+pkgrel=3
pkgdesc="A Python implementation of Lunr.js (for mkdocs)"
arch=('any')
-url="https://pypi.org/project/mdx_gh_links/"
+url="https://github.com/yeraydiazdiaz/lunr.py"
license=('MIT')
# 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')