summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-07-24 09:48:38 +0200
committerMassimiliano Torromeo2017-07-24 09:48:38 +0200
commit6e5a97d571400ca3642ef9ac4986e9017f7907bb (patch)
tree7114d2f57fbf5309c59749894764c434bd45cf61
parent09fdbf6a72761945a944353403bd3098e992f74e (diff)
downloadaur-6e5a97d571400ca3642ef9ac4986e9017f7907bb.tar.gz
Updated to 0.60-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7eb55b71f5..a56387f459ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 12:40:50 UTC 2017
+# Mon Jul 24 07:48:38 UTC 2017
pkgbase = nginx-mainline-mod-echo
pkgdesc = Directives "echo", "sleep", "time" and more (module for mainline nginx)
pkgver = 0.60
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/openresty/echo-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.13.2.tar.gz
+ source = https://nginx.org/download/nginx-1.13.3.tar.gz
source = https://github.com/openresty/echo-nginx-module/archive/v0.60/echo-0.60.tar.gz
source = nginx-mainline-mod-echo-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
- sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
+ sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
sha256sums = 1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e
sha256sums = 1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed
diff --git a/PKGBUILD b/PKGBUILD
index a07a450d537c..2cc7cc6557db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-echo
pkgver=0.60
-pkgrel=5
+pkgrel=6
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.2
+_nginxver=1.13.3
pkgdesc='Directives "echo", "sleep", "time" and more (module for mainline nginx)'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
$pkgname-nginx-1.12.patch::https://patch-diff.githubusercontent.com/raw/openresty/echo-nginx-module/pull/65.patch
)
-sha256sums=('d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70'
+sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
'1077da2229ac7d0a0215e9e6817e297c10697e095010d88f1adbd1add1ce9f4e'
'1d2cb5f3977cd6ee0a5ae5958ac4cca79cf5ecc097e68b72cf03a2e9f48e51ed')
@@ -30,7 +30,7 @@ prepare() {
build() {
cd "$srcdir"/nginx-$_nginxver
- ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../$_modname-nginx-module-$pkgver
+ ./configure --with-compat --add-dynamic-module=../$_modname-nginx-module-$pkgver
make modules
}