summarylogtreecommitdiffstats
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
parent1fdc7e2ffdee42d5e4457a02f6330561cfef8628 (diff)
downloadaur-74a34b4f2c0520babc3c8b2ba72112c90cde1347.tar.gz
[python-lunr] Fix upstream URL
-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')