summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2022-01-07 14:47:07 +0000
committerD. Can Celasun2022-01-07 14:47:07 +0000
commita8de82d1e65656c3358df1e8a8a6396a2c7b6de4 (patch)
treeb70f9aa1648502176e450b6a3f509c2e1def4274
parentb1545342c60b68d9fd9fa805c9fea2494a2e77f9 (diff)
downloadaur-a8de82d1e65656c3358df1e8a8a6396a2c7b6de4.tar.gz
[python-lunr] Update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e404430107..24d65dd77584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/yeraydiazdiaz/lunr.py
arch = any
@@ -11,7 +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.6.0.tar.gz
- sha256sums = 2c6311d1df06e0990ad7cb5fed55470a90432cf90fe636fff5b63aeea99aca80
+ source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.6.1.tar.gz
+ sha256sums = d263e494c5f701375c6e07737690e6dad99e4dbe85f57d255ccdb402fbe8ce11
pkgname = python-lunr
diff --git a/PKGBUILD b/PKGBUILD
index dfb85555c963..3f00501e94e5 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.6.0
+pkgver=0.6.1
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=('2c6311d1df06e0990ad7cb5fed55470a90432cf90fe636fff5b63aeea99aca80')
+sha256sums=('d263e494c5f701375c6e07737690e6dad99e4dbe85f57d255ccdb402fbe8ce11')
build() {
cd "${_pkgname}-$pkgver"