summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-07-24 09:55:00 +0200
committerMassimiliano Torromeo2017-07-24 09:55:00 +0200
commitffc2c99f95c2e4baab82ec72320e491cefd72261 (patch)
tree41d41f3ec8bad77640f0413d84b7262347a35ea3
parent6e5d98f3e6be9772f79298eacf99ddd66abd20c0 (diff)
downloadaur-ffc2c99f95c2e4baab82ec72320e491cefd72261.tar.gz
Updated to 5.1.4-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bfffe18d0f5..cbb95746b5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 12:47:33 UTC 2017
+# Mon Jul 24 07:55:00 UTC 2017
pkgbase = nginx-mainline-mod-passenger
pkgdesc = Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)
pkgver = 5.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.phusionpassenger.com
arch = i686
arch = x86_64
license = MIT
depends = nginx-mainline
depends = ruby
- 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/phusion/passenger/archive/release-5.1.4/passenger-5.1.4.tar.gz
- sha256sums = d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70
+ sha256sums = 5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
sha256sums = 8e96a39eb7a07a8455fc3d22337e1981e77c67477796b8d54094c2dbcf4e61c8
pkgname = nginx-mainline-mod-passenger
diff --git a/PKGBUILD b/PKGBUILD
index 06a5b257f6e7..bfe2416cb52c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-passenger
pkgver=5.1.4
-pkgrel=2
+pkgrel=3
_modname="${pkgname#nginx-mainline-mod-}"
-_nginxver=1.13.2
+_nginxver=1.13.3
pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js (module for mainline nginx)"
arch=('i686' 'x86_64')
@@ -18,12 +18,12 @@ source=(
https://github.com/phusion/passenger/archive/release-$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70'
+sha256sums=('5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72'
'8e96a39eb7a07a8455fc3d22337e1981e77c67477796b8d54094c2dbcf4e61c8')
build() {
cd "$srcdir"/nginx-$_nginxver
- ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 's@^[^:]+: @@') --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
+ ./configure --with-compat --add-dynamic-module=../$_modname-release-$pkgver/src/nginx_module
make modules
}