summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb1545342c60b68d9fd9fa805c9fea2494a2e77f9 (diff)
downloadaur-a8de82d1e65656c3358df1e8a8a6396a2c7b6de4.tar.gz
[python-lunr] Update to 0.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"