diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-13 11:21:38 -0300 |
commit | d51e9b973c5e554869e188fdc65106728c95c0c7 (patch) | |
tree | 7880a41f091fffab06471d492921400234023b4f /community/nginx | |
parent | 7a54f5ebad2b78abe9e2c89cf0e4c2ebfeeea0ec (diff) | |
parent | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luaexpat/PKGBUILD
community/udevil/PKGBUILD
extra/help2man/PKGBUILD
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 40c3e359e..c350c9c6a 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80209 2012-11-17 16:39:31Z bpiotrowski $ +# $Id: PKGBUILD 81170 2012-12-12 18:31:06Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> @@ -7,13 +7,12 @@ _cfgdir=/etc/nginx _tmpdir=/var/lib/nginx pkgname=nginx -pkgver=1.2.5 -pkgrel=2 +pkgver=1.2.6 +pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl' 'geoip') makedepends=('passenger') -optdepends=('passenger') url="http://nginx.org" license=('custom') install=nginx.install @@ -31,7 +30,7 @@ source=(http://nginx.org/download/nginx-$pkgver.tar.gz rc.d service nginx.logrotate) -md5sums=('4f5a55187a3d45fa37d99d07ddd90800' +md5sums=('1350d26eb9b66364d9143fb3c4366ab6' 'f62c7c9b5a53471d4666a4c49ad363fb' '62d494d23aef31d0b867161f9fffa6eb' 'b38744739022876554a0444d92e6603b') |