diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 17:15:33 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 17:15:33 +0100 |
commit | 81c145bbc94619d18db270991d31912a3d50c43b (patch) | |
tree | d4019392a513b226493ade11b1486d73dbb1e68e /community/nginx | |
parent | 4290dec175736d43c7df289c599f553c469f3678 (diff) | |
parent | 0a7c64736c0b026c3105928d89500a8af1ad5eac (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/recoll/PKGBUILD
core/dnsutils/PKGBUILD
core/tzdata/PKGBUILD
extra/cabal-install/PKGBUILD
extra/feh/PKGBUILD
extra/icedtea-web/PKGBUILD
extra/indent/PKGBUILD
extra/kdebase-konsole/PKGBUILD
extra/kdebase-runtime/PKGBUILD
extra/kdebase-workspace/PKGBUILD
extra/kdepim/PKGBUILD
extra/kdesdk/PKGBUILD
extra/ktorrent/PKGBUILD
extra/libktorrent/PKGBUILD
libre/mplayer-libre/PKGBUILD
multilib/lib32-libxau/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/wine/PKGBUILD
staging/kdenetwork/PKGBUILD
staging/kdepim/PKGBUILD
testing/bluez/PKGBUILD
testing/xf86-input-evdev/PKGBUILD
Diffstat (limited to 'community/nginx')
-rw-r--r-- | community/nginx/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index abe5654fe..dcfc98a5e 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 64420 2012-02-13 04:03:13Z spupykin $ +# $Id: PKGBUILD 67272 2012-03-06 06:31:05Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <barthalion@gmal.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> pkgname=nginx -pkgver=1.0.12 +pkgver=1.0.13 pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64' 'mips64el') @@ -24,9 +24,9 @@ backup=("etc/nginx/conf/fastcgi.conf" "etc/nginx/conf/win-utf" "etc/logrotate.d/nginx" "etc/conf.d/nginx") -source=(http://nginx.org/download/nginx-$pkgver.tar.gz - nginx) -md5sums=('a41a01d7cd46e13ea926d7c9ca283a95' +source=("http://nginx.org/download/nginx-$pkgver.tar.gz" + 'nginx') +md5sums=('58360774e4875e8fc4c4286448cb54d0' '0e8032d3ba26c3276e8c7c30588d375f') _doc_root=/usr/share/nginx/http @@ -36,8 +36,6 @@ _tmp_path=/var/spool/nginx _log_path=/var/log/nginx _user=http _group=http -md5sums=('d0ceefeb2a68ecb19e78ee894a5b52a3' - '0e8032d3ba26c3276e8c7c30588d375f') build() { cd "$srcdir/nginx-${pkgver}" |