summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227b9f24b1e0..d336985e5b63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = nginx-mainline-mod-lua
pkgdesc = Lua script engine module for mainline nginx
- pkgver = 0.10.21rc1
- pkgrel = 2
+ pkgver = 0.10.20
+ pkgrel = 1
+ epoch = 1
url = https://github.com/openresty/lua-nginx-module
arch = i686
arch = x86_64
@@ -11,7 +12,7 @@ pkgbase = nginx-mainline-mod-lua
depends = nginx-mainline-mod-ndk
depends = luajit
depends = lua-resty-core
- source = https://github.com/openresty/lua-nginx-module/archive/v0.10.21rc1/lua-0.10.21rc1.tar.gz
- sha256sums = 45001dbce64d4aff44ab52c238cd30febfa0367a8a5c09fb8a83e202c52dcaa1
+ source = https://github.com/openresty/lua-nginx-module/archive/v0.10.20/lua-0.10.20.tar.gz
+ sha256sums = efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313
pkgname = nginx-mainline-mod-lua
diff --git a/PKGBUILD b/PKGBUILD
index cd69cd888919..690976fc486c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# from: github
# what: openresty/lua-nginx-module
+# match! rc[0-9]*$
pkgname=nginx-mainline-mod-lua
-pkgver=0.10.21rc1
-pkgrel=2
+pkgver=0.10.20
+pkgrel=1
+epoch=1
_modname="${pkgname#nginx-mainline-mod-}"
@@ -16,7 +18,7 @@ url="https://github.com/openresty/lua-nginx-module"
license=('BSD')
source=(https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz)
-sha256sums=('45001dbce64d4aff44ab52c238cd30febfa0367a8a5c09fb8a83e202c52dcaa1')
+sha256sums=('efeb38afc966dec36a086a99f9b8706b8a343e5e44d75c19bf8f017ea6657313')
prepare() {
mkdir -p build