summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2016-05-09 19:39:03 +0200
committerBartłomiej Piotrowski2016-05-09 19:39:03 +0200
commitd715565587db9cfd94abdf9b33dbcff955f811d0 (patch)
tree13c095b368a13cf8c738dcc851d353e0a42027f9
parent5fd357c9b84d97edc5b1bf2bf76283eaa4c9cd01 (diff)
downloadaur-d715565587db9cfd94abdf9b33dbcff955f811d0.tar.gz
Bump to nginx 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf54dfdcf5f..cff585301af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mod-headers-more-git
pkgdesc = Nginx module for setting and clearing input and output headers
pkgver = 0.29.r8.gf5559ec
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/openresty/headers-more-nginx-module
arch = i686
arch = x86_64
license = custom
makedepends = git
- depends = nginx-mainline=1.9.14
+ depends = nginx=1.10.0
source = git://github.com/openresty/headers-more-nginx-module.git
- source = http://nginx.org/download/nginx-1.9.14.tar.gz
+ source = http://nginx.org/download/nginx-1.10.0.tar.gz
md5sums = SKIP
- md5sums = a25818039f34b5d54b017d44c76321c4
+ md5sums = c184c873d2798c5ba92be95ed1209c02
pkgname = nginx-mod-headers-more-git
diff --git a/PKGBUILD b/PKGBUILD
index df4136a5d665..b2a7af097a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-_ngx_ver=1.9.14
+_ngx_ver=1.10.0
_mod_name=headers-more
pkgname=nginx-mod-headers-more-git
pkgver=0.29.r8.gf5559ec
-pkgrel=2
+pkgrel=3
pkgdesc='Nginx module for setting and clearing input and output headers'
arch=('i686' 'x86_64')
url='https://github.com/openresty/headers-more-nginx-module'
license=('custom')
-depends=("nginx-mainline=$_ngx_ver")
+depends=("nginx=$_ngx_ver")
makedepends=('git')
source=(git://github.com/openresty/${_mod_name}-nginx-module.git
http://nginx.org/download/nginx-${_ngx_ver}.tar.gz)
md5sums=('SKIP'
- 'a25818039f34b5d54b017d44c76321c4')
+ 'c184c873d2798c5ba92be95ed1209c02')
_ngx_flags=(
--with-file-aio