summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-07-24 10:18:03 +0200
committerMassimiliano Torromeo2017-07-24 10:18:03 +0200
commite27699ef6f92ded4d2f45cd1a7ca6d918923be19 (patch)
treee3c99048467dea7ee8b071360373762c301b21f9
parent38fd002b14a09aed20d7ea6e095c732bd19bf05d (diff)
downloadaur-e27699ef6f92ded4d2f45cd1a7ca6d918923be19.tar.gz
Updated to 0.14-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb46dc57b71a..de85ee7f476c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jun 26 07:41:33 UTC 2017
+# Mon Jul 24 08:17:56 UTC 2017
pkgbase = nginx-mainline-mod-redis2
pkgdesc = Redis 2.0 protocol module for mainline nginx
pkgver = 0.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openresty/redis2-nginx-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.13.1.tar.gz
+ source = https://nginx.org/download/nginx-1.13.3.tar.gz
source = https://github.com/openresty/redis2-nginx-module/archive/v0.14/redis2-0.14.tar.gz
- source = nginx-mainline-mod-redis2-0.14-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
- sha256sums = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
+ sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
sha256sums = d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71
- sha256sums = a3d26087eabe17708ab0a9b32026d80eb7004a7539768602a0c4aaa55988217c
pkgname = nginx-mainline-mod-redis2
diff --git a/PKGBUILD b/PKGBUILD
index 5127c8885a1b..fb9fa9172c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-redis2
pkgver=0.14
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.1
+_nginxver=1.13.3
pkgdesc='Redis 2.0 protocol module for mainline nginx'
arch=('i686' 'x86_64')
@@ -16,21 +16,14 @@ license=('BSD')
source=(
https://nginx.org/download/nginx-$_nginxver.tar.gz
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
- $pkgname-$pkgver-default_port.patch::https://github.com/openresty/redis2-nginx-module/commit/8cc7304787ae9542db4feb50d9e27beb485caa0f.patch
)
-sha256sums=('a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776'
- 'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71'
- 'a3d26087eabe17708ab0a9b32026d80eb7004a7539768602a0c4aaa55988217c')
-
-prepare() {
- cd "$srcdir"/$_modname-nginx-module-$pkgver
- patch -p1 -i "$srcdir"/$pkgname-$pkgver-default_port.patch
-}
+sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
+ 'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
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
}