summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-09-29 09:08:17 +0100
committerD. Can Celasun2021-09-29 09:08:17 +0100
commitb1545342c60b68d9fd9fa805c9fea2494a2e77f9 (patch)
tree86f354d6c39174dbb22a32f5f3b6e7c7cd566e33
parent2fe7bd86ff9153664cfe106c11f088371aa6b047 (diff)
downloadaur-b1545342c60b68d9fd9fa805c9fea2494a2e77f9.tar.gz
[python-lunr] Update to 0.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8166eebe0547..86e404430107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
- pkgver = 0.5.9
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/yeraydiazdiaz/lunr.py
arch = any
@@ -11,8 +11,7 @@ pkgbase = python-lunr
depends = python-tqdm
depends = python-joblib
depends = python-regex
- source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.5.9.tar.gz
- sha256sums = 5ee777b068e2234c4a9496ecbd0abe7aa5e8ad5fdc7b79a09876669252b71202
+ source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.6.0.tar.gz
+ sha256sums = 2c6311d1df06e0990ad7cb5fed55470a90432cf90fe636fff5b63aeea99aca80
pkgname = python-lunr
-
diff --git a/PKGBUILD b/PKGBUILD
index ad2471bc829c..dfb85555c963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=python-lunr
_pkgname=lunr
-pkgver=0.5.9
+pkgver=0.6.0
pkgrel=1
pkgdesc="A Python implementation of Lunr.js (for mkdocs)"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
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=('5ee777b068e2234c4a9496ecbd0abe7aa5e8ad5fdc7b79a09876669252b71202')
+sha256sums=('2c6311d1df06e0990ad7cb5fed55470a90432cf90fe636fff5b63aeea99aca80')
build() {
cd "${_pkgname}-$pkgver"