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 9fef0c6ddf87..2bf1542027ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-echo-git
pkgdesc = Nginx module that brings shell-style goodiesto nginx config file
pkgver = 0.58.r15.g4f7aa50
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openresty/echo-nginx-module
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 27da1f81af16..341e7be914db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _mod_name=echo
pkgname=nginx-mod-${_mod_name}-git
pkgver=0.58.r15.g4f7aa50
-pkgrel=2
+pkgrel=3
pkgdesc='Nginx module that brings shell-style goodiesto nginx config file'
arch=('i686' 'x86_64')
url='https://github.com/openresty/echo-nginx-module'