summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a657be84bf3..c4672549be39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lua-lpeg-patterns
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 0
url = https://github.com/daurnimator/lpeg_patterns
arch = any
license = MIT
- source = https://github.com/daurnimator/lpeg_patterns/archive/v0.4.tar.gz
- md5sums = d28a92b86891ffc2f3a044ac01628491
+ source = https://github.com/daurnimator/lpeg_patterns/archive/v0.5.tar.gz
+ md5sums = c46992342f42ea5dadf26ad28899dfa3
pkgname = lua-lpeg-patterns
pkgdesc = A collection of LPEG patterns for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index eeb61b94c6ee..73b8942b4827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-lpeg-patterns lua51-lpeg-patterns lua52-lpeg-patterns)
-pkgver=0.4
+pkgver=0.5
pkgrel=0
arch=('any')
url='https://github.com/daurnimator/lpeg_patterns'
license=('MIT')
source=("https://github.com/daurnimator/lpeg_patterns/archive/v$pkgver.tar.gz")
-md5sums=('d28a92b86891ffc2f3a044ac01628491')
+md5sums=('c46992342f42ea5dadf26ad28899dfa3')
package_lua-lpeg-patterns() {
pkgdesc='A collection of LPEG patterns for Lua 5.3'