summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-01-25 18:48:21 +0000
committerD. Can Celasun2021-01-25 18:48:21 +0000
commit2fe7bd86ff9153664cfe106c11f088371aa6b047 (patch)
tree472d20e622b274f68b0653c35f0bd504b4d12501
parent74a34b4f2c0520babc3c8b2ba72112c90cde1347 (diff)
downloadaur-2fe7bd86ff9153664cfe106c11f088371aa6b047.tar.gz
[python-lunr] Update to 0.5.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0182de904d7e..8166eebe0547 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
- pkgver = 0.5.8
- pkgrel = 3
+ pkgver = 0.5.9
+ pkgrel = 1
url = https://github.com/yeraydiazdiaz/lunr.py
arch = any
license = MIT
@@ -11,8 +11,8 @@ pkgbase = python-lunr
depends = python-tqdm
depends = python-joblib
depends = python-regex
- source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.5.8.tar.gz
- sha256sums = c4fb063b98eff775dd638b3df380008ae85e6cb1d1a24d1cd81a10ef6391c26e
+ source = https://files.pythonhosted.org/packages/source/l/lunr/lunr-0.5.9.tar.gz
+ sha256sums = 5ee777b068e2234c4a9496ecbd0abe7aa5e8ad5fdc7b79a09876669252b71202
pkgname = python-lunr
diff --git a/PKGBUILD b/PKGBUILD
index a2e371f48b98..ad2471bc829c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=python-lunr
_pkgname=lunr
-pkgver=0.5.8
-pkgrel=3
+pkgver=0.5.9
+pkgrel=1
pkgdesc="A Python implementation of Lunr.js (for mkdocs)"
arch=('any')
url="https://github.com/yeraydiazdiaz/lunr.py"
@@ -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=('c4fb063b98eff775dd638b3df380008ae85e6cb1d1a24d1cd81a10ef6391c26e')
+sha256sums=('5ee777b068e2234c4a9496ecbd0abe7aa5e8ad5fdc7b79a09876669252b71202')
build() {
cd "${_pkgname}-$pkgver"