[arch-commits] Commit in nginx-mod-redis/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Jul 11 17:59:10 UTC 2017
Date: Tuesday, July 11, 2017 @ 17:59:09
Author: bpiotrowski
Revision: 244364
0.3.8-2: rebuild against nginx 1.12.1
Modified:
nginx-mod-redis/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-11 17:59:02 UTC (rev 244363)
+++ PKGBUILD 2017-07-11 17:59:09 UTC (rev 244364)
@@ -3,10 +3,10 @@
pkgname=nginx-mod-redis
pkgver=0.3.8
-pkgrel=1
+pkgrel=2
_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
+_nginxver=1.12.1
pkgdesc='Nginx module for redis caching'
arch=('i686' 'x86_64')
@@ -19,12 +19,12 @@
https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
)
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
'95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
build() {
cd "$srcdir"/nginx-$_nginxver
- ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../ngx_http_redis-$pkgver
+ ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
make modules
}
More information about the arch-commits
mailing list