Version bump, adds nchan

This commit is contained in:
Arti Zirk 2017-09-13 03:44:29 +03:00
parent ee349abc52
commit 3c95d21dae
1 changed files with 11 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# Contributor: Arti Zirk <arti.zirk@gmail.com>
pkgname=nginx-ilves
pkgver=1.13.4
pkgver=1.13.5
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
arch=('i686' 'x86_64')
@ -31,17 +31,19 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
logrotate
ngx_davext.tar.gz::https://github.com/arut/nginx-dav-ext-module/archive/v0.1.0.tar.gz
fix-displayName.patch
ngx_fancyindex.tar.gz::https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.1.tar.gz
ngx_headers_more.tar.gz::https://github.com/openresty/headers-more-nginx-module/archive/v0.32.tar.gz)
ngx_fancyindex.tar.gz::https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
ngx_headers_more.tar.gz::https://github.com/openresty/headers-more-nginx-module/archive/v0.32.tar.gz
ngx_nchan.tar.gz::https://github.com/slact/nchan/archive/v1.1.7.tar.gz)
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
md5sums=('42a3ca70cd292a149ba4f60862599245'
md5sums=('f193722159adfb1eb8117c0491fd17ec'
'SKIP'
'ef491e760e7c1ffec9ca25441a150c83'
'6a01fb17af86f03707c8ae60f98a2dc2'
'a7a0a6c265977b346c55926caedbf41e'
'2cb502dbda335be4ebd5fed0b3182bae'
'16c5dbad002ae88eadb66aa1a13389c2'
'e1dd79f0ec82415bbf8a1cb938988955'
'5ce112f12afe155749e2c504997861f7')
'5ce112f12afe155749e2c504997861f7'
'3c50bbc449fd9f1c2fed06687c99ad7f')
_common_flags=(
--with-compat
@ -83,6 +85,7 @@ build() {
cd ..
mv ngx-fancyindex-* ngx_fancyindex
mv headers-more-nginx-module-* ngx_headers_more
mv nchan-* ngx_nchan
cd $provides-$pkgver
./configure \
@ -106,7 +109,8 @@ build() {
${_mainline_flags[@]} \
--add-module=../ngx_davext \
--add-module=../ngx_fancyindex \
--add-module=../ngx_headers_more
--add-module=../ngx_headers_more \
--add-module=../ngx_nchan
make
}