summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d4603419b8b..0182de904d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
pkgver = 0.5.8
- pkgrel = 2
- url = https://pypi.org/project/mdx_gh_links/
+ pkgrel = 3
+ url = https://github.com/yeraydiazdiaz/lunr.py
arch = any
license = MIT
makedepends = python-setuptools
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')