summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8814b920b2f8..3046651daa8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-sticky
- pkgdesc = NGINX sticky module - add a sticky cookie to be always forwarded to the same upstream server.
+ pkgdesc = NGINX sticky module - add a sticky cookie to be always forwarded to the same upstream server - tested with NGINX 1.26.0.
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fabianofurtado/nginx_sticky_module_ng
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 1fd3af5bd935..0df1fe562e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=nginx-mod-sticky
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mod-}"
_rep_name='nginx_'$_modname'_module_ng'
_mod_dir=$pkgname'_v'$pkgver
-pkgdesc="NGINX sticky module - add a sticky cookie to be always forwarded to the same upstream server."
+pkgdesc='NGINX sticky module - add a sticky cookie to be always forwarded to the same upstream server - tested with NGINX 1.26.0.'
arch=('x86_64')
depends=('nginx')
makedepends=('nginx-src')
-url="https://github.com/fabianofurtado/nginx_sticky_module_ng"
+url='https://github.com/fabianofurtado/nginx_sticky_module_ng'
license=('GPL3')
source=(