[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jul 13 15:55:21 UTC 2017


    Date: Thursday, July 13, 2017 @ 15:55:20
  Author: mtorromeo
Revision: 244982

upgpkg: nginx-mod-njs 0.1.11-1

Fixed missing ngx_stream_js_module.so

Modified:
  nginx-mod-njs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 15:46:42 UTC (rev 244981)
+++ PKGBUILD	2017-07-13 15:55:20 UTC (rev 244982)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=nginx-mod-njs
-pkgver=0.1.10 # http://hg.nginx.org/njs/tags
-pkgrel=2
+pkgver=0.1.11 # http://hg.nginx.org/njs/tags
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.12.1
@@ -20,11 +20,11 @@
 )
 
 sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            '17658ef9efa127f13b4d2541a69ddb4359267c63a11c19beda1d3220d4a2fe0d')
+            '9940239ef502a4f2368e001c72d8862beccd8c96772ecc9cf7e45b871cd7e9d2')
 
 build() {
 	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --add-dynamic-module=../njs-$pkgver/nginx
+	./configure --with-compat --with-stream --add-dynamic-module=../njs-$pkgver/nginx
 	make modules
 }
 



More information about the arch-commits mailing list