summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d65dd77584..b3e439129bea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lunr
pkgdesc = A Python implementation of Lunr.js (for mkdocs)
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yeraydiazdiaz/lunr.py
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 933d2650589a..481f2c6541f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-lunr
_pkgname=lunr
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python implementation of Lunr.js (for mkdocs)"
arch=('any')
url="https://github.com/yeraydiazdiaz/lunr.py"